[EdLUG] SSH - ssh-copy-id problem | RPi | Ubuntu.

Justin B Rye justin.byam.rye at gmail.com
Sun Mar 28 11:36:20 UTC 2021


tengo at tutanota.de wrote:
> I'm having a problem with the "ssh-copy-id" script and would
> appreciate some guidance on troubleshooting.
> [...]
> Any suggestions as to why this is happening?  ssh-copy-id doesn't
> seem to have an option to provide a verbose output that would allow
> me to see where it's hanging.

According to the man page, "ssh-copy-id -o ssh_option" ought to let
you set "ssh-copy-id -o LogLevel=VERBOSE".  If that doesn't work,
given that it is indeed a script, you could try copying it into ~/bin
and editing it: add "-v" to its ssh invocations, switch on xtrace
("set -x"), or whatever...
-- 
Justin B Rye
http://jbr.me.uk/



More information about the EdLUG mailing list