aboutsummaryrefslogtreecommitdiff
path: root/src/connection/ssh.lisp
diff options
context:
space:
mode:
Diffstat (limited to 'src/connection/ssh.lisp')
-rw-r--r--src/connection/ssh.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/connection/ssh.lisp b/src/connection/ssh.lisp
index 2962fbc..419bb62 100644
--- a/src/connection/ssh.lisp
+++ b/src/connection/ssh.lisp
@@ -24,6 +24,7 @@
(hop (get-hostname))
user)
(declare (ignore remaining))
+ (format t "Establishing SSH connection to ~A~%" hop)
(mrun "ssh" "-fN" hop)
(make-instance 'ssh-connection :hostname hop :user user))