3 lines
92 B
Text
3 lines
92 B
Text
ssh-keygen -t ed25519 -f ./keys/$1_key
|
|
ssh-copy-id -i ./keys/$1_key.pub $1@host.actcur.com
|
|
|