6 lines
56 B
Plaintext
Executable File
6 lines
56 B
Plaintext
Executable File
#/bin/sh
|
|
#
|
|
HOST=`pdns-get $1`
|
|
socat stdio tcp:$HOST:22
|
|
|