6 lines
126 B
Bash
Executable File
6 lines
126 B
Bash
Executable File
THISHOST=$(hostname)
|
|
|
|
ssh-keygen -t rsa -b 4096 -C "martind2000@gmail.com"
|
|
|
|
cp $HOME/.ssh/id_rsa.pub ./${THISHOST}.id_rsa.pub
|