View | Details | Raw Unified | Return to bug 1614 | Differences between
and this patch

Collapse All | Expand All

(-)openssh-5.2p1/contrib/ssh-copy-id.selabel (-1 / +1 lines)
Lines 38-44 if [ "$#" -lt 1 ] || [ "$1" = "-h" ] || Link Here
38
  exit 1
38
  exit 1
39
fi
39
fi
40
40
41
{ eval "$GET_ID" ; } | ssh $1 "umask 077; test -d .ssh || mkdir .ssh ; cat >> .ssh/authorized_keys" || exit 1
41
{ eval "$GET_ID" ; } | ssh $1 "umask 077; test -d .ssh || mkdir .ssh ; cat >> .ssh/authorized_keys; test -x /sbin/restorecon && /sbin/restorecon .ssh .ssh/authorized_keys" || exit 1
42
42
43
cat <<EOF
43
cat <<EOF
44
Now try logging into the machine, with "ssh '$1'", and check in:
44
Now try logging into the machine, with "ssh '$1'", and check in:

Return to bug 1614