[Merge] lp:~robru/phablet-tools/more-secure-shell into lp:phablet-tools
Oliver Grawert
ogra at ubuntu.com
Thu Jul 3 16:24:37 UTC 2014
the pkill would kill any sshd running ... better use something like (untested):
SSH_COMMAND="/usr/sbin/sshd -4 -p 2222 -o 'ListenAddress 127.0.0.1' -D"
...
adb shell pkill -f "$SSH_COMMAND"
...
adb shell "$SSH_COMMAND"
that way you will only call this explicit command ...
--
https://code.launchpad.net/~robru/phablet-tools/more-secure-shell/+merge/225515
Your team Ubuntu Phablet Team is requested to review the proposed merge of lp:~robru/phablet-tools/more-secure-shell into lp:phablet-tools.
More information about the Ubuntu-reviews
mailing list