Changes between Version 7 and Version 8 of Remote Access to Workstations
- Timestamp:
- 04/05/06 14:45:52 (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Remote Access to Workstations
v7 v8 7 7 8 8 A remote host running ssh can be accessed with: 9 9 {{{ 10 10 ssh remote_host 11 11 }}} 12 12 where remote_host is the fully qualified host name (e.g. for host jewels this is jewels.phys.columbia.edu), 13 13 or its IP number. This command assumes that you have the same username on both systems, 14 14 but in the case where this is not so: 15 15 {{{ 16 16 ssh -l remote_username remote_host 17 17 }}} 18 18 where remote_username is obviously your username on the remote host. 19 19 Note, if this is your first access to the remote host, then you're unlikely … … 21 21 The authenticity of host 'mraos.ra.phy.cam.ac.uk (131.111.48.8)' can't be 22 22 established. 23 {{{ 23 24 RSA key fingerprint is 5c:5b:17:2f:55:57:be:3e:04:41:90:62:2f:2a:ac:97. 24 25 Are you sure you want to continue connecting (yes/no)? yes … … 26 27 list of known hosts. 27 28 The public key of the remote host has been added to the file ~/.ssh/known_hosts in your account. 29 }}} 28 30 As a result this message will not be displayed in future ssh connections to this host. 29 31 As shown in a section above, you can generate your own public key(s)
