Answers for "ssh-copy-id"

6

copy ssh key to remote server

ssh-copy-id -i ~/.ssh/mykey.pub user@host
Posted by: Guest on May-13-2020
3

ssh-copy-id

ssh-copy-id root@<host-ip>
Posted by: Guest on July-01-2021
3

how to copy ssh key

ssh-copy-id -i ~/.ssh/mykey user@host
Posted by: Guest on March-06-2020
0

ssh-copy-id example

ssh-copy-id -i ~/.ssh/your_key.pub [email protected]
Posted by: Guest on March-12-2021
0

ssh-copy-id

ssh-copy-id [email protected]
Posted by: Guest on September-06-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language