Answers for "how to copy my pub ssh key to server linux"

0

how to copy my pub ssh key to server linux

# Make sure you have the remote user pass.
ssh-copy-id -i ~/.ssh/your_key.pub [email protected]
Posted by: Guest on August-09-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language