242 B
242 B
Get key for machine
ssh-keyscan <host>
If you want to get key for the current machine you can use the following code
ssh-keyscan localhost
Generate new ssh key
ssh-keygen -t ed25519 -C "bob@example.com"