https://bugzilla.mindrot.org/show_bug.cgi?id=2990
--- Comment #15 from admzzz <[email protected]> --- Darren Tucker, thanks a lot again for your help, one more (and the last, i hope!) problem: $ ssh localhost sign_and_send_pubkey: signing failed: agent refused operation sign_and_send_pubkey: signing failed: agent refused operation admz@localhost: Permission denied (publickey,keyboard-interactive). solution was googled: $ eval `ssh-agent -s` Agent pid 18664 $ ssh localhost Last login: Wed Apr 10 08:49:52 2019 from 127.0.0.1 how to avoid entering this "eval `ssh-agent -s`" before every connection attempt? ...this misbehaviour is new on my mint 18.02, with previous openssh 7.8p1 all works fine... and it does not depends from the used key (i'd specially create a new one (without password, of course)- "ssh-keygen -t rsa -f ~/.ssh/idrsa -b 4096 -v -C admz -a 100" - same shit :-( )... -- You are receiving this mail because: You are watching the assignee of the bug. You are watching someone on the CC list of the bug. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
