diff options
Diffstat (limited to '')
-rw-r--r-- | ssh-command.sh | 2 |
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 |