]> andersk Git - gssapi-openssh.git/blobdiff - openssh/contrib/ssh-copy-id
Re-import of OpenSSH 3.7.1p2 (Chase\!)
[gssapi-openssh.git] / openssh / contrib / ssh-copy-id
index a1c0a9234316ce7e843f0d7237fafbeca3ffc7cb..a1ad34a8d421a817175e7588003ef2cd51399ff3 100644 (file)
@@ -38,7 +38,7 @@ if [ "$#" -lt 1 ] || [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
   exit 1
 fi
 
-{ eval "$GET_ID" ; } | ssh $1 "umask 077; test -d .ssh || mkdir .ssh ; cat >> .ssh/authorized_keys" || exit 1
+{ eval "$GET_ID" ; } | ssh $1 "umask 077; test -d .ssh || mkdir .ssh ; cat >> .ssh/authorized_keys"
 
 cat <<EOF
 Now try logging into the machine, with "ssh '$1'", and check in:
This page took 0.036132 seconds and 4 git commands to generate.