Update setup.sh

This commit is contained in:
12nick12 2018-06-05 17:05:02 -04:00 committed by GitHub
parent 5de9064cf0
commit bee1bbf0ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ ssh-keygen -t rsa -f $dir/id_rsa -q -N ""
chmod 400 $dir/id_rsa*
cat $dir/id_rsa.pub | ssh -p $serverport root@remotehost.com "mkdir -p ~/.ssh; chmod 700 ~/.ssh; cat >> ~/.ssh/authorized_keys"
cat $dir/id_rsa.pub | ssh -p $serverport $username@$servername "mkdir -p ~/.ssh; chmod 700 ~/.ssh; cat >> ~/.ssh/authorized_keys"
sqlite3 $dir/sshjump.db 'create table sshjump(host, ip, port, id);'