mirror of
https://github.com/sshuttle/sshuttle.git
synced 2024-11-21 23:43:18 +01:00
rename hacks to scripts
This commit is contained in:
parent
32fceefa76
commit
de8a19ce69
@ -3,7 +3,7 @@
|
|||||||
```bash
|
```bash
|
||||||
test-bed up -d # start containers
|
test-bed up -d # start containers
|
||||||
|
|
||||||
exec-sshuttle <node> [--copy-id] [--shuttle-bin=/path/to/sshttle] [sshuttle-args...]
|
exec-sshuttle <node> [--copy-id] [--sshuttle-bin=/path/to/sshuttle] [sshuttle-args...]
|
||||||
|
|
||||||
exec-sshuttle node-1 # start sshuttle to connect to node-1
|
exec-sshuttle node-1 # start sshuttle to connect to node-1
|
||||||
|
|
@ -80,5 +80,5 @@ if [[ -z $sshuttle_bin || "$sshuttle_bin" == dev ]]; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
set -x
|
set -x
|
||||||
|
$sshuttle_bin --version
|
||||||
exec "${sshuttle_bin}" -r "$user@$host:$port" --ssh-cmd "$ssh_cmd" "${args[@]}"
|
exec "${sshuttle_bin}" -r "$user@$host:$port" --ssh-cmd "$ssh_cmd" "${args[@]}"
|
Loading…
Reference in New Issue
Block a user