9468f9b060
Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
9 lines
209 B
Bash
Executable file
9 lines
209 B
Bash
Executable file
#!/bin/sh
|
|
# Nico Schottelius (c) 2001
|
|
# nico-linux at schottelius dot org
|
|
# Kill ssh tunnels
|
|
#
|
|
|
|
#pkill -f -u nico "ssh -T -f -C -N -L"
|
|
#pkill -f -u nico "ssh -T -f -C -N -R"
|
|
pkill -f -u nico "ssh -T -f -C -N"
|