aboutsummaryrefslogtreecommitdiff
path: root/src/connection/ssh.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-02-24 10:07:56 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-02-24 10:08:07 -0700
commitb07c6b345c0459f829a9792e49b321615c203c4e (patch)
tree4bf3341e513e94344474c59c99995ddba5e2c8d8 /src/connection/ssh.lisp
parentabcde492596564dbc69ee0fc7f5cb0380937c9b2 (diff)
downloadconsfigurator-b07c6b345c0459f829a9792e49b321615c203c4e.tar.gz
add some output as Consfigurator executes deployments
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
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))