summary refs log tree commit diff
path: root/ssh-command.sh
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-command.sh')
-rw-r--r--ssh-command.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ssh-command.sh b/ssh-command.sh
index f91c5b1..98b959e 100644
--- a/ssh-command.sh
+++ b/ssh-command.sh
@@ -12,7 +12,7 @@ if [ -z "${SSH_ORIGINAL_COMMAND:-}" ]; then
 
     cd public
     for id in *; do
-        echo "ssh -t $SSH_HOST $id"
+        echo "    ssh -t $SSH_HOST $id"
     done
     echo