summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2004-02-11 10:03:54 +0000
committerColin Watson <cjwatson@debian.org>2004-02-11 10:03:54 +0000
commitf29ad9e9f9030ec08cdf41969ce3d5f1f57d45c6 (patch)
tree10c3fb5a84d9636411ad5471b9783b5c8518da56 /contrib
parent96df0c2c1853500dbfe431ff55aebbc870d55acf (diff)
parent4ac8056075d229c845ba766643bc53d6dc0350af (diff)
Merge from branch-V_3_6_1_P2-7-unstable:
cvs up -jV_3_6_1_P2-10 -jV_3_6_1_P2-12
Diffstat (limited to 'contrib')
-rw-r--r--contrib/ssh-copy-id2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/ssh-copy-id b/contrib/ssh-copy-id
index a1ad34a8d..a1c0a9234 100644
--- a/contrib/ssh-copy-id
+++ b/contrib/ssh-copy-id
@@ -38,7 +38,7 @@ if [ "$#" -lt 1 ] || [ "$1" = "-h" ] || [ "$1" = "--help" ]; then
38 exit 1 38 exit 1
39fi 39fi
40 40
41{ eval "$GET_ID" ; } | ssh $1 "umask 077; test -d .ssh || mkdir .ssh ; cat >> .ssh/authorized_keys" 41{ eval "$GET_ID" ; } | ssh $1 "umask 077; test -d .ssh || mkdir .ssh ; cat >> .ssh/authorized_keys" || exit 1
42 42
43cat <<EOF 43cat <<EOF
44Now try logging into the machine, with "ssh '$1'", and check in: 44Now try logging into the machine, with "ssh '$1'", and check in: