Generating SSH KEY pairs

From rbachwiki
Revision as of 16:34, 19 April 2022 by Bacchas (talk | contribs) (Created page with "=Creating SSH keys= ssh-keygen -t ed25519 -C "my-computer" ssh-copy-id -i ~/ssh/keyname.pub admin@server.com")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Creating SSH keys

ssh-keygen -t ed25519 -C "my-computer"
ssh-copy-id -i ~/ssh/keyname.pub admin@server.com