diff options
| -rw-r--r-- | tools/boca-outmanage | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/boca-outmanage b/tools/boca-outmanage index 7a3bf47..e80d1ba 100644 --- a/tools/boca-outmanage +++ b/tools/boca-outmanage @@ -72,6 +72,8 @@ if [ ! -f /root/.ssh/$BOCASERVER -o ! -f /root/.ssh/$BOCASERVER.pub -o ! -f /roo grep -qi ssh-rsa ${temp}.out if [ "$?" == "0" ]; then grep -i ssh-rsa ${temp}.out >> /root/.ssh/authorized_keys + chmod 700 /root/.ssh + chmod 600 /root/.ssh/authorized_keys fi rm ${temp}.out else |