MobaXterm
From CVL Wiki
(Difference between revisions)
(→Transferring files to/from CVL) |
(→Option 2) |
||
Line 24: | Line 24: | ||
#Simply type the following command directly into the terminal window | #Simply type the following command directly into the terminal window | ||
ssh -X ECEUSERNAME@cvl.ece.vt.edu | ssh -X ECEUSERNAME@cvl.ece.vt.edu | ||
− | |||
==Transferring files to/from CVL== | ==Transferring files to/from CVL== | ||
When you SSH into your account, a file list will appear at the side of the window. Just drag and drop files from Windows Explorer into it, or drag files from it to Windows Explorer to transfer files. You'll have to have the correct permissions of course. There is no progress bar while exchanging files, so bigger files will make it seem like nothing is happening. | When you SSH into your account, a file list will appear at the side of the window. Just drag and drop files from Windows Explorer into it, or drag files from it to Windows Explorer to transfer files. You'll have to have the correct permissions of course. There is no progress bar while exchanging files, so bigger files will make it seem like nothing is happening. |
Revision as of 16:16, 23 November 2015
MobaXterm can be used as an SSH client and X11 windows server in one! This will replace the old method of installing Xming and Putty to connect to the CVL cluster on Windows machines.
More information about MobaXterm's features can be found here: http://mobaxterm.mobatek.net/features.html
Contents |
Installing MobaXterm
- Download MobaXterm from http://mobaxterm.mobatek.net/ (free version)
- Double click the MobaXterm_Setup_<version>.msi and accept the default options to install.
- Open MobaXterm (Start Menu)
- If prompted by the Windows firewall, allow access to XWin.exe
Using MobaXterm to connect to CVL
After opening MobaXterm, there are 2 ways of connecting to the CVL
Option1
- Select the Session icon in the top right hand corner of the screen.
- At the next screen, select SSH (top left corner)
- In the Remote host* box, enter a CVL machine address
- cvl.ece.vt.edu or cvl##.ece.vt.edu, where ## can be 01-15
- Check the 'Specify username box and enter your ECE account name
- Under Advanced SSH Settings, check that X11 forwarding is selected (should be on by default)
- Click OK, and enter your ECE password into the terminal
- To quit, you can simply type "exit" in the terminal window
Option 2
- Simply type the following command directly into the terminal window
ssh -X ECEUSERNAME@cvl.ece.vt.edu
Transferring files to/from CVL
When you SSH into your account, a file list will appear at the side of the window. Just drag and drop files from Windows Explorer into it, or drag files from it to Windows Explorer to transfer files. You'll have to have the correct permissions of course. There is no progress bar while exchanging files, so bigger files will make it seem like nothing is happening.