+ideas +callback.py

Signed-off-by: Nico Schottelius <nico@bento.schottelius.org>
This commit is contained in:
Nico Schottelius 2013-05-08 14:09:56 +02:00
commit 4ff34a7aa8
2 changed files with 58 additions and 0 deletions

View file

@ -24,3 +24,5 @@ import os
# SSH_CLIENT and SSH_CONNECTION available
src_ip = os.environ['SSH_CLIENT'].split()[0]
print("Plain version: Connecting back to %s" % src_ip)