Created
June 28, 2021 13:30
-
-
Save tommylees112/cac47a7f50bc7f9286e00d5f51945623 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://serverfault.com/a/241593 | |
ssh-keygen -t rsa -b 2048 | |
# copy keys to target server | |
ssh-copy-id username@server_address | |
# check login | |
ssh username@server_address |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment