Answers for "ssh copy id from local to remote"

0

ssh copy id to remote sever

1. ssh-keygen (press enter / do not enter any passwords)

2. ssh-keyscan hpc.university.edu > known_hosts (press enter)

3. ssh-copy-id [email protected] ( press Enter) #you might need some password to go through university VPN in this case , you can enter them )
Posted by: Guest on January-21-2021

Code answers related to "ssh copy id from local to remote"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language