Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
picore:publickey [2025/06/29 08:31] rhermsenpicore:publickey [2025/07/02 18:33] (current) rhermsen
Line 12: Line 12:
   * Configure the ssh server (sshd) to allow Public Key Authentication.   * Configure the ssh server (sshd) to allow Public Key Authentication.
     * sudo vi /usr/local/etc/ssh/sshd_config     * sudo vi /usr/local/etc/ssh/sshd_config
-    * add: <code> PubkeyAuthentication yes </code>\\+    * add (or uncommend): <code> PubkeyAuthentication yes </code>\\
   * Preserve the ssh server config at reboot.   * Preserve the ssh server config at reboot.
     * sudo vi /opt/.filetool.lst     * sudo vi /opt/.filetool.lst
     * add: <code> usr/local/etc/ssh/sshd_config </code>     * add: <code> usr/local/etc/ssh/sshd_config </code>
-    * backup+    * backup\\ \\  
 +  * Restart the ssh server to re-read the configuration. 
 +    * sudo /usr/local/etc/init.d/openssh restart\\ \\ 
 + 
 +After configuring PuTTY or other terminal server to use Public Key Authentication with the new private key, you should be able to login directly as user tc using the phrase you used while generating the key pair.
  
Print/export
QR Code
QR Code picore:publickey (generated for current page)