Difference between revisions of "Configure OpenSSH to allow Public-key authentication"

From wikieduonline
Jump to navigation Jump to search
(Created page with "Create file <code>touch ~/.ssh/authorized_keys</code> and add public key of client to provide access. Limit connecting host and command: It is also possible also to lock...")
 
Line 15: Line 15:
  
 
[[Category:Networking]]
 
[[Category:Networking]]
[[Category:Server administration]]
 
[[Category:Server software]]
 
 
[[Category:Cryptography]]
 
[[Category:Cryptography]]
  
 
{{CC license}}
 
{{CC license}}
 
Original Source: https://en.wikiversity.org/wiki/OpenSSH/Configure_OpenSSH_to_allow_Public-key_authentication
 
Original Source: https://en.wikiversity.org/wiki/OpenSSH/Configure_OpenSSH_to_allow_Public-key_authentication

Revision as of 07:23, 26 December 2019

Create file touch ~/.ssh/authorized_keys and add public key of client to provide access.


Limit connecting host and command: It is also possible also to lock access to only be able to run a specific command, or use it only from a specific host [1]. See man ssh.

Example syntax::cat ~/.ssh/authorized_keys

from="10.22.33.45",command="/path/to/executable argument" ssh-rsa key name


See also

Text is available under the Creative Commons Attribution-ShareAlike License; additional terms may apply. By using this site, you agree to the Terms of Use and Privacy Policy.

Original Source: https://en.wikiversity.org/wiki/OpenSSH/Configure_OpenSSH_to_allow_Public-key_authentication

Advertising: