Difference between revisions of "SSH client setup"

From DeepSense Docs
Jump to: navigation, search
 
(8 intermediate revisions by one other user not shown)
Line 3: Line 3:
 
== Mac OSX ==
 
== Mac OSX ==
  
[[File:Access_denied.png|thumb|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>
  
 
To connect on a Mac, you will need to open a terminal window.   
 
To connect on a Mac, you will need to open a terminal window.   
 
[[File:logging_in.png|thumb|Logging In]]
 
  
 
Then you can simply type the command <code>ssh username@login1.deepsense.ca</code>  
 
Then you can simply type the command <code>ssh username@login1.deepsense.ca</code>  
 
or <code>ssh username@login2.deepsense.ca</code> where 'username' is your CSID.
 
or <code>ssh username@login2.deepsense.ca</code> where 'username' is your CSID.
  
To simplify matters, you can set up [[Your_Accounts#How to setup passwordless ssh|passwordless ssh]].
+
To simplify matters, you can set up [[Your_Accounts#How to set up passwordless ssh|passwordless ssh]].
 +
 
 +
<br clear=all>
 +
 
 +
[[File:logging_in.png|none|Logging In]]
 +
 
 +
<br clear=all>
  
 
== Windows 10 ==
 
== Windows 10 ==
  
[[File:putty.png|thumb|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|thumb|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