Difference between revisions of "Training/Getting Connected"

From HPC
Jump to: navigation , search
(Created page with "__TOC__ ==Introduction== You'll need to make a secure remote connection from your local computer to Viper. To use Viper off campus a VPN is required. ==Connecting to Viper fr...")
 
 
(59 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
==Introduction==
 
==Introduction==
 
You'll need to make a secure remote connection from your local computer to Viper.  
 
You'll need to make a secure remote connection from your local computer to Viper.  
To use Viper off campus a VPN is required.
+
 
 +
'''Important:''' To use Viper off campus a VPN is required. For more information on working remotely on Viper please visit [[Training/Working Remotely on Viper|Working Remotely on Viper]]
 +
 
 
==Connecting to Viper from a Windows PC==
 
==Connecting to Viper from a Windows PC==
 
Connecting to Viper from a Windows PC can be achieved by a number of different applications. One listed here is 'MobaXterm'
 
Connecting to Viper from a Windows PC can be achieved by a number of different applications. One listed here is 'MobaXterm'
  
Download and install MobaXterm from the website, ensuring you comply with the license agreement stated.
+
Download and install [http://mobaxterm.mobatek.net/ MobaXterm from the website], ensuring you comply with the license agreement stated.
  
1. Launch MobaXterm
+
{|
 +
|style="width:5%; border-width: 0" | [[File:icon_exclam1.png]]
 +
|style="width:95%; border-width: 0" | Note: On University imaged PCs only the portable version of MobaXterm is compatable
 +
|-
 +
|}
  
2. Click Session
 
  
3. Select the 'SSH' type connection
+
1. Launch MobaXterm
  
4. Enter the Remote host: viper.hull.ac.uk
+
2. Click 'Session'
  
5. Enter your Username
+
[[File:Session.JPG|none]]
  
 +
3. Select the 'SSH' type connection
 +
[[File:moba_ssh.JPG|none]]
 +
4. Enter the Remote host: viper.hull.ac.uk (''port 22 if required'')
 +
[[File:Moba_remotehost.JPG|none]]
 +
5. Enter your Username (University User ID)
 +
[[File:moba_username.JPG|none]]
 
6. Click OK
 
6. Click OK
  
7. A terminal window will appear, Enter your password followed by Enter, this will not be echoed to the screen
+
7. A terminal window will appear, enter your password followed by ''enter'', this will not be echoed to the screen
 +
[[File:moba_password.JPG|none]]
  
 
==Connecting to Viper from an Apple Mac==
 
==Connecting to Viper from an Apple Mac==
 
1. Go to Applications -> Utilities and open Terminal
 
1. Go to Applications -> Utilities and open Terminal
  
2. Type 'ssh -x <''yourusername''>@viper.hull.ac.uk
+
2. Type ssh -Y <''yourusername''>@viper.hull.ac.uk
  
3. The first time you connect to Viper, a message asks if you want to continue connecting. This message appears because Viper has an RSA key that is not stored in your system registry/keychain, the identity of which cannot be verified. Type 'yes' and press enter.
+
3. The first time you connect to Viper, a message asks if you want to continue connecting. This message appears because Viper has an RSA key that is not stored in your system registry/keychain, the identity of which cannot be verified. Type 'yes' and press ''enter''.
  
4. Enter your password followed by ''Enter'' this will not be echoed to the screen.
+
4. Enter your password followed by ''enter'' this will not be echoed to the screen.
 +
 
 +
[[File:mac_getting_connected2.png]]
  
 
==Connecting to Viper from a Linux Computer==
 
==Connecting to Viper from a Linux Computer==
 
1. Open a Terminal application
 
1. Open a Terminal application
2. Type ssh -x <''yourusername''>@viper.hull.ac.uk
 
  
3.  The first time you connect to Viper, a message asks if you want to continue connecting. This message appears because Viper has an RSA key that is not stored in your system registry/keychain, the identity of which cannot be verified. Type 'yes' and press enter.
+
2. Type '''ssh -Y <''yourusername''>@viper.hull.ac.uk'''
 +
 
 +
3.  The first time you connect to Viper, a message asks if you want to continue connecting. This message appears because Viper has an RSA key that is not stored in your system registry/keychain, the identity of which cannot be verified. Type 'yes' and press ''enter''.
 +
 
 +
4. Enter your password followed by ''enter'', this will not be echoed to the screen
 +
 
 +
[[File:linux_getting_connected.jpg]]
 +
 
 +
 
 +
 
 +
==Navigation==
  
4. Enter your password followed by ''Enter'', this will not be echoed to the screen
+
* [[Main_Page|Home]]
 +
* [[Applications|Application support]]
 +
* [[General|General]] *
 +
* [[Programming|Programming support]]

Latest revision as of 08:07, 27 September 2022

Introduction

You'll need to make a secure remote connection from your local computer to Viper.

Important: To use Viper off campus a VPN is required. For more information on working remotely on Viper please visit Working Remotely on Viper

Connecting to Viper from a Windows PC

Connecting to Viper from a Windows PC can be achieved by a number of different applications. One listed here is 'MobaXterm'

Download and install MobaXterm from the website, ensuring you comply with the license agreement stated.

Icon exclam1.png Note: On University imaged PCs only the portable version of MobaXterm is compatable


1. Launch MobaXterm

2. Click 'Session'

Session.JPG

3. Select the 'SSH' type connection

Moba ssh.JPG

4. Enter the Remote host: viper.hull.ac.uk (port 22 if required)

Moba remotehost.JPG

5. Enter your Username (University User ID)

Moba username.JPG

6. Click OK

7. A terminal window will appear, enter your password followed by enter, this will not be echoed to the screen

Moba password.JPG

Connecting to Viper from an Apple Mac

1. Go to Applications -> Utilities and open Terminal

2. Type ssh -Y <yourusername>@viper.hull.ac.uk

3. The first time you connect to Viper, a message asks if you want to continue connecting. This message appears because Viper has an RSA key that is not stored in your system registry/keychain, the identity of which cannot be verified. Type 'yes' and press enter.

4. Enter your password followed by enter this will not be echoed to the screen.

Mac getting connected2.png

Connecting to Viper from a Linux Computer

1. Open a Terminal application

2. Type ssh -Y <yourusername>@viper.hull.ac.uk

3. The first time you connect to Viper, a message asks if you want to continue connecting. This message appears because Viper has an RSA key that is not stored in your system registry/keychain, the identity of which cannot be verified. Type 'yes' and press enter.

4. Enter your password followed by enter, this will not be echoed to the screen

Linux getting connected.jpg


Navigation