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
|
echo no ssh key, generate: rsa without password
|
||||||
exit 1
|
exit 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo Add the following key to your remote sftp:
|
echo Add the following key to your remote sftp:
|
||||||
cat /root/.ssh/id_rsa.pub
|
cat /root/.ssh/id_rsa.pub
|
||||||
|
|
Loading…
Reference in a new issue