Open kephircheek opened 4 years ago
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
eval ssh-agent $SHELL # linux
ssh-agent # macos
ssh-add
ssh-copy-id <hostname>
ssh-keygen -t rsa -b 4096 -C "your_email@example.com"
eval ssh-agent $SHELL # linux
ssh-agent # macos
ssh-add
ssh-copy-id <hostname>