Open main menu

CDOT Wiki β

Changes

OPS235 Lab 7 - Fedora17

2 bytes added, 10:26, 18 March 2011
no edit summary
{{Admon/note | Note! | Complete this investigation on your fedora2 VM.}}
* # As your learn account establish an ssh connection to your fedora3 VM using the command:** <br /><code>ssh ops235@fedora3</code>* # Where 'ops235' is the account on fedora3 and 'fedora3' is the hostname of the fedora3 VM.* # You should receive a message similar to the following:
<pre>
The authenticity of host 'fedora3 (192.168.235.13)' can't be established.
</pre>
{{Admon/note | | When a user connects to a host using ssh, the host sends a fingerprint or digital signature to the client to establish its identity. The first time a connection is established the identity must be stored for subsequent connections. The fingerprints are stored separately for each user in a file called <code>~/.ssh/known_hosts</code> .}}
* # Answer yes to add to the list of known hosts.
{{Admon/note | | From now on when you connect to that host the client will compare the received fingerprint against the list of known hosts before connecting. If the fingerprint does not match it could indicate somebody had setup a system to impersonate the computer you wish to connect to and you would receive a message like this:}}
<pre>
13,420
edits