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