2869dcbf87
Signed-off-by: Nico Schottelius <nico@ikn.ethz.ch>
8 lines
172 B
Bash
Executable file
8 lines
172 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"
|