cammit
This commit is contained in:
parent
8912b49e92
commit
b2353b4349
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ if [ ! -f /root/.ssh/id_rsa.pub ] then
|
|||
echo no ssh key, generate: rsa without password
|
||||
exit 1
|
||||
fi
|
||||
|
||||
echo
|
||||
echo Add the following key to your remote sftp:
|
||||
cat /root/.ssh/id_rsa.pub
|
||||
|
|
Loading…
Reference in a new issue