kr icon indicating copy to clipboard operation
kr copied to clipboard

kr add --server requires bash?

Open fgsch opened this issue 6 years ago • 2 comments

Full command and output:

$ kr add --server <some freebsd server>
zsh:1: command not found: bash
Error adding keys: failed to fill whole buffer

version 2.4.10

It'd be nice if kr add --server does not depend on bash (and/or works with other shells, e.g. zsh).

fgsch avatar Jul 14 '18 17:07 fgsch

We are working on simplifying kr add and will make sure it works with other shells as well, thanks for reporting!

kcking avatar Jul 16 '18 13:07 kcking

➜ kr add No help topic for 'add'

Solved by:

ssh-copy-id -f -i ~/.ssh/id_krypton USERNAME@SERVER_IP

toby1991 avatar Sep 19 '19 10:09 toby1991