Answers for "how to save ssh keygen How to add ssh keys to a specific user in linux?"

0

how to save ssh keygen How to add ssh keys to a specific user in linux?

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

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

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 July-13-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language