search for: default_pub_id_file

Displaying 2 results from an estimated 2 matches for "default_pub_id_file".

2016 May 30
1
[Bug 2575] New: ssh-copy-id fails when it can not find any key file in ~/.ssh
...results: /usr/bin/ssh-copy-id: ERROR: failed to open ID file '/root/.pub': No such file or directory (to install the contents of '/root/.pub' anyway, look at the -f option) It is caused by the false expectation, that there are some keys in ~/.ssh/ on the line 59: DEFAULT_PUB_ID_FILE="$HOME/$(cd "$HOME" ; ls -t .ssh/id*.pub 2>/dev/null | grep -v -- '-cert.pub$' | head -n 1)" It sets + DEFAULT_PUB_ID_FILE=/root/ which passes the condition + '[' -r /root/ ']' and the execution gets into the function use_id_file() unno...
2013 Jan 02
12
[Bug 1980] use updated ssh-copy-id
https://bugzilla.mindrot.org/show_bug.cgi?id=1980 dajoker at gmail.com changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |dajoker at gmail.com --- Comment #6 from dajoker at gmail.com --- The ' openssh-unix-dev at mindrot.org' mailing list thread