Talk:SSH: How To Set Up Authorized Keys: Difference between revisions

From QNAPedia
Jump to navigation Jump to search
(→‎server - client: new section)
No edit summary
 
Line 1: Line 1:
You should not overwrite the public key of the server like this, only add it to authorized_keys. I would have updated the page, but it doesn't let me because the wiki thinks it contains contact information and is spam. [[User:F0i|F0i]] ([[User talk:F0i|talk]])
You should not overwrite the public key of the server like this, only add it to authorized_keys. I would have updated the page, but it doesn't let me because the wiki thinks it contains contact information and is spam. [[User:F0i|F0i]] ([[User talk:F0i|talk]])


== server - client ==
== server - client ==


server is a SSH deamon, serving the shell through TCP connection
server is a SSH deamon, serving the shell through TCP connection


client is what a client will use to connect to the server
client is what a client will use to connect to the server
and a Host is the machine, or OS, which is running the SSH server


in the article, these terms are used reversely.
in the article, these terms are used reversely.

Latest revision as of 23:33, 10 December 2018

You should not overwrite the public key of the server like this, only add it to authorized_keys. I would have updated the page, but it doesn't let me because the wiki thinks it contains contact information and is spam. F0i (talk)


server - client

server is a SSH deamon, serving the shell through TCP connection

client is what a client will use to connect to the server

and a Host is the machine, or OS, which is running the SSH server

in the article, these terms are used reversely.