|
|
|
Connecting To Department Of Electronics Internal Systems Using SSH TunnelingTo connect to internal systems at the department of Electronics you need to use a system called 'Ssh Tunneling'. Only one tool is needed to do this 'Putty'. It can be downloaded here. Remember where you save it to. Windows Users:If you are running Windows you can download this registry file here to your harddrive. After you download it double click on it. You will be asked "Are you sure you want to add ..." just click yes. Unix command line Users:Setup 'Ssh Tunneling'
2. Once you have down loaded PuTTY ,double click on the program to open the program and type in one of the names listed below into the "Host Name"(
Fill in doe under 'Saved Sessions' and click 'Save' Click on 'Tunnels'. Which is under 'Connection'-->'SSH'
To configure to connect to the mailfilter To configure WinSCP To configure to connect to the Mail Server 3. Go back to 'Sessions' and click save to make sure you don't lose your work.
Just click 'Yes' at this point. 4. At this point you should be connected to your site via SSH and you will be prompted for your username and password NOTE: You must keep the connection open to use the tunnels.5. Once you have finishes connecting, we have to make sure that the 'tunneling' is working.
If you have any problems please contact tech support. Connect to different servicesYou can use the system to connect to many different service on DOE
Configuring WinSCPDownload Here
Unix sftpHow to use sftp using an ssh tunnel #Create ssh tunnel to a network computer ssh -L 3122:134.117.9.101:22 -N ssh.doe.carleton.ca #sftp to localhost port 3122 sftp -o'Port=3122' localhost Unix rsyncHow to set up file synchronisation between two computers using Linux based rsync -- #Create ssh tunnel to a network computer ssh -L 3122:134.117.9.101:22 -N ssh.doe.carleton.ca #Add key to ssh-agent (assuming you have setup rsa keys with ssh-keygen #at both ends and it's working) ssh-add #Do rsync: #Copies files from your office account to home rsync -avz --rsh="ssh -p 3122" localhost:$HOME/rsyncdir/ rsyncdir #Copies files from home to office account: rsync -avz --rsh="ssh -p 3122" rsyncdir/ localhost:$HOME/rsyncdir/ Matlab License ServerHow to retreive a Matlab license from a remote computer #Create ssh tunnel for the License Ports ssh -L 1711:134.117.9.137:1711 -N ssh.doe.carleton.ca ssh -L 1712:134.117.9.137:1712 -N ssh.doe.carleton.ca #Change Matlab license file to use localhost on the "SERVER" line. #Or change the Matlab license variable to point to 1711@localhost. #See Matlab installation notes for more information. |
|||||||||||||||
| © 2011 Carleton University | 1125 Colonel By Drive, Ottawa, ON, K1S 5B6 Canada | (613) 520-7400 | Contact CU | Privacy Policy |