X-Git-Url: https://handorf.org/code/?p=soho-sigint.git;a=blobdiff_plain;f=client-wifi%2Fclient-old%2Fssh.sh;fp=client-wifi%2Fclient-old%2Fssh.sh;h=02e943521a403145f5f2851aa9e9c53d1f9100cc;hp=0000000000000000000000000000000000000000;hb=33d0324ec01087bf1d8a919dc2a3000e89534426;hpb=d9eef3618e5d1213bd3eead787dbc48ec2fa16b1 diff --git a/client-wifi/client-old/ssh.sh b/client-wifi/client-old/ssh.sh new file mode 100755 index 0000000..02e9435 --- /dev/null +++ b/client-wifi/client-old/ssh.sh @@ -0,0 +1,3 @@ +#!/bin/bash +kismet_server -n > /dev/null 2>&1 & +ssh username@server -L 3306:127.0.0.1:3306 -N > /dev/null 2>&1 &