simple-ssh
simple-ssh copied to clipboard
Issues with centos stream9, ubuntu 22.04 and fedora 36
I've been using this npm for a while and it works really great with most OS.
The only 3 OS that gives me "Error: All configured authentication methods failed" are centos stream9, ubuntu 22.04 and fedora 36 (installed automatically on hetzner servers with their automatically generated ssh-rsa key, you can easily reproduce it, it costs really some penny if you create and delete after have tried it)
I can connect with CLI, but not via the npm... Any idea?
I think it's something with openssh 8.8 but can't get to a solution....
No clues?
@giuseppeveneziano same issue here. Have you been able to solve this eventually?
@0xgeert it's PermitRootLogin fault in /etc/ssh/sshd_config that for some stupid reason in these os have # in front so it's not enabled, just remove the # and it will work