https://bugzilla.mindrot.org/show_bug.cgi?id=2206
Martin Ueding <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |von.mindrot.org@martin-uedi | |ng.de --- Comment #1 from Martin Ueding <[email protected]> --- I use the Fish shell which does not use the &&. So this causes errors here as well: ssh-copy-id [email protected] /usr/bin/ssh-copy-id: INFO: attempting to log in with the new key(s), to filter out any that are already installed /usr/bin/ssh-copy-id: INFO: 1 key(s) remain to be installed -- if you are prompted now it is to install the new keys [email protected]'s password: fish: Expected a command name, got token of type 'Job im Hintergrund ausführen'. Did you mean 'COMMAND; and COMMAND'? See the help section for the 'and' builtin command by typing 'help and'. Standard input: mkdir -p .ssh && cat >> .ssh/authorized_keys || exit 1 ; ^ The suggestion by Petr Lautrbach sounds good, since you cannot rely on the shell, you have to start your own. Maybe some script could be shipped with the openssh-server that accepts the keys? -- You are receiving this mail because: You are watching the assignee of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
