File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ if ! docker ps --format '{{.Ports}}' | grep -q 10022; then
77 docker run -d -p 10022:2222 -e PUBLIC_KEY=" $( cat dummy.key.pub) " linuxserver/openssh-server
88fi
99
10- # ssh -q -o StrictHostKeyChecking=no -i dummy.key -p 10022 linuxserver.io@localhost
10+ # ssh -o LogLevel=ERROR -o StrictHostKeyChecking=no -i dummy.key -p 10022 linuxserver.io@localhost
1111
12- # ssh -q -o StrictHostKeyChecking=no -p 443 -R0:localhost:10022 tcp@a.pinggy.io
13- # ssh -q -o StrictHostKeyChecking=no -i dummy.key -p 33567 linuxserver.io@ubxxe-23-97-62-139.run.pinggy-free.link
12+ # ssh -o LogLevel=ERROR -o StrictHostKeyChecking=no -p 443 -R0:localhost:10022 tcp@a.pinggy.io
13+ # ssh -o LogLevel=ERROR -o StrictHostKeyChecking=no -i dummy.key -p 33567 linuxserver.io@ubxxe-23-97-62-139.run.pinggy-free.link
Original file line number Diff line number Diff line change 2828
2929destination=$( jq -r .destination $filename 2> /dev/null)
3030
31- exec $sshpass_command ssh -q -o ConnectTimeout=5 -o StrictHostKeyChecking=no " ${ssh_options[@]} " " $destination "
31+ exec $sshpass_command ssh -o LogLevel=ERROR -o ConnectTimeout=5 -o StrictHostKeyChecking=no " ${ssh_options[@]} " " $destination "
You can’t perform that action at this time.
0 commit comments