Personal tools

Log in

Changes

From IGEP - ISEE Wiki

Jump to: navigation, search

Configure SSH Key-Based Authentication

89 bytes removed, 22:28, 29 October 2017
Authenticate to your Server Using SSH Keys
The basic process is the same:
<pre class="code-pre "><code>ssh <span class="highlight">username</span>@<span class="highlight">remote_host</span></code></pre>
If this is your first time connecting to this host (if you used the last method above), you may see something like this:
<pre class="code-pre "><code>The authenticity of host '111.111.11.111 (111.111.11.111)' can't be established.
ECDSA key fingerprint is fd:fd:d4:f9:77:fe:73:84:e1:55:00:ad:d6:6d:22:fe.
Are you sure you want to continue connecting (yes/no)? yes
</code></pre>
This just means that your local computer does not recognize the remote host. Type "yes" and then press ENTER to continue.
If successful, continue on to find out how to lock down the server.
 
==Disabling Password Authentication on your Server==