Displaying 3 results from an estimated 3 matches for "ssh_opts".
2013 Feb 07
8
[Bug 1980] use updated ssh-copy-id
https://bugzilla.mindrot.org/show_bug.cgi?id=1980
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Depends on| |1614, 1669, 1822, 1823,
| |2068
--- Comment #18 from Damien Miller
2016 May 30
1
[Bug 2575] New: ssh-copy-id fails when it can not find any key file in ~/.ssh
...gular file should solve the issue.
Failing earlier is probably not a good idea, because we can still use
ssh-agent keys (remains working).
diff --git a/contrib/ssh-copy-id b/contrib/ssh-copy-id
index bef5c95..f750e70 100644
--- a/contrib/ssh-copy-id
+++ b/contrib/ssh-copy-id
@@ -189,7 +189,8 @@ SSH_OPTS="${SSH_OPTS:+$SSH_OPTS }'$(quote
"$USER_HOST")'"
# and populate "$@" for later use (only way to get proper quoting of
options)
eval set -- "$SSH_OPTS"
-if [ -z "$(eval $GET_ID)" ] && [ -r
"${PUB_ID_FILE:=$DEFAULT_PUB_ID_FILE}...
2007 Jun 06
2
omit /etc/issue message when running rsync
Is there a way to omit the text printed out by issue(5) on some
systemes? Like what --no-motd does for motd-texts.