Last active 1 month ago
0
0
1
Setting up a keypair and adding it to remote server:
Generate keypair (will be asked where to save if no -f, default is fine):
ssh-keygen -t ed25519 -f ~/.ssh/filename -C "<comment/email>"
Copy public key to remote server:
# with ssh-copy-id tool: