# Connect via SSH:
ssh user@host
# Exchange Keys to remember Password:
ssh-copy-id user@host
# Not working? Some Servers do not support 'ssh-copy-id', here is the Workaround:
# Duplicate '~/.ssh/id_rsa.pub' -> 'authorized_keys' and Upload it to '~/.ssh' on the remote server
cp ~/.ssh/id_rsa.pub ~/.ssh/authorized_keys
# Note for dummys: Do not copy '~/.ssh/id_rsa' without '.pub' extension
Strato ssh-copy-id Workaround
1 Response
Write a comment
You can use [html][/html], [css][/css], [php][/php] and more to embed the code. Urls are automatically hyperlinked. Line breaks and paragraphs are automatically generated.