Update setup.sh

This commit is contained in:
12nick12 2018-06-05 16:55:01 -04:00 committed by GitHub
parent 805c96716d
commit c10f839ec9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@ port=$(shuf -i 9151-49151 -n 1)
id=$(shuf -i 111111111-999999999 -n 1 )
dir=/opt/sshjump
mkdir $dir
ssh-keygen -t rsa -f $dir/id_rsa -q -N ""
chmod 400 $dir/id_rsa*