Changes between Version 7 and Version 8 of Remote Access to Workstations


Ignore:
Timestamp:
04/05/06 14:45:52 (20 years ago)
Author:
cdelarcuz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Remote Access to Workstations

    v7 v8  
    77
    88A remote host running ssh can be accessed with:
    9 
     9{{{
    1010  ssh remote_host
    11 
     11}}}
    1212where remote_host is the fully qualified host name (e.g. for host jewels this is jewels.phys.columbia.edu),
    1313or its IP number. This command assumes that you have the same username on both systems,
    1414but in the case where this is not so:
    15 
     15{{{
    1616  ssh -l remote_username remote_host
    17 
     17}}}
    1818where remote_username is obviously your username on the remote host.
    1919Note, if this is your first access to the remote host, then you're unlikely
     
    2121The authenticity of host 'mraos.ra.phy.cam.ac.uk (131.111.48.8)' can't be
    2222established.
     23{{{
    2324RSA key fingerprint is 5c:5b:17:2f:55:57:be:3e:04:41:90:62:2f:2a:ac:97.
    2425Are you sure you want to continue connecting (yes/no)? yes
     
    2627list of known hosts.
    2728The public key of the remote host has been added to the file ~/.ssh/known_hosts in your account.
     29}}}
    2830As a result this message will not be displayed in future ssh connections to this host.
    2931As shown in a section above, you can generate your own public key(s)