Difference between revisions of "SSH client setup"

From DeepSense Docs
Jump to: navigation, search
 
(One intermediate revision by one other user not shown)
Line 3: Line 3:
 
== Mac OSX ==
 
== Mac OSX ==
  
[[File:Access_denied.png|frame|Access Denied]]
+
 
  
 
Remember, in order to log in to the DeepSense platform you also need to be connected via VPN to the Dalhousie campus.  If not, you will see an "access denied" error.   
 
Remember, in order to log in to the DeepSense platform you also need to be connected via VPN to the Dalhousie campus.  If not, you will see an "access denied" error.   
 +
 +
[[File:Access_denied.png|none|Access Denied]]
  
 
<br clear=all>
 
<br clear=all>
Line 18: Line 20:
 
<br clear=all>
 
<br clear=all>
  
[[File:logging_in.png|frame|Logging In]]
+
[[File:logging_in.png|none|Logging In]]
  
 
<br clear=all>
 
<br clear=all>
Line 24: Line 26:
 
== Windows 10 ==
 
== Windows 10 ==
  
[[File:putty.png|frame|Putty]]
+
[[File:putty.png|none|Putty]]
 +
 
 +
On a windows computer, there are several applications you can use to connect to the DeepSense platform.  One such option is called Putty.  This is a little more complicated than using the terminal on a mac, as there are many more options.  The only ones you really need to fill in is the Host Name (IP address).  Simply enter <code>login1.deepsense.ca</code> or <code>login2.deepsense.ca</code>.
 +
 
 +
<br clear=all>
  
On a windows computer, there are several applications you can use to connect to the DeepSense platform.  One such option is called Putty.  This is a little more complicated than using the terminal on a mac, as there are many more options.  The only ones you really need to fill in is the Host Name (IP address).  Simply enter <code>login1.deepsense.ca</code> or <code>login2.deepsense.ca</code>.  When it prompts you to "Login as:" enter your CSID, and then your password.   
+
When it prompts you to "Login as:" enter your CSID, and then your password.   
  
[[File:logging_in_putty.png|frame|Logging in with Putty]]
+
[[File:logging_in_putty.png|none|Logging in with Putty]]

Latest revision as of 13:30, 16 December 2020

The instructions for connecting to the DeepSense platform using SSH will be different depending on your operating system.

Mac OSX

Remember, in order to log in to the DeepSense platform you also need to be connected via VPN to the Dalhousie campus. If not, you will see an "access denied" error.

Access Denied


To connect on a Mac, you will need to open a terminal window.

Then you can simply type the command ssh username@login1.deepsense.ca or ssh username@login2.deepsense.ca where 'username' is your CSID.

To simplify matters, you can set up passwordless ssh.


Logging In


Windows 10

Putty

On a windows computer, there are several applications you can use to connect to the DeepSense platform. One such option is called Putty. This is a little more complicated than using the terminal on a mac, as there are many more options. The only ones you really need to fill in is the Host Name (IP address). Simply enter login1.deepsense.ca or login2.deepsense.ca.


When it prompts you to "Login as:" enter your CSID, and then your password.

Logging in with Putty