kephircheek / rebecca

Configs backup of most common apps
0 stars 0 forks source link

FEATURE: ssh keys setting #13

Open kephircheek opened 4 years ago

kephircheek commented 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>