#Passwordless ssh suddenly stopped working
37 messages · Page 1 of 1 (latest)
well that's strange
just try resetting the ssh passphrase to blank string.
ive never set passphrase
ill try to fully reset ssh on remote
lmfao, i reinstalled openssh over ssh
it doesnt work-_-
check the authorized_keys file under ~/.ssh of the desired user, and check to see if you’re using the right identity file on the client. if it works, disable password login in SSHD config
keys are absolutely right
did you reload / restart the SSHD service?
also send screenshots of what’s going on
i can send video how i reconfigure remote ssh
gotcha
can disabled sshd service on client be an issue?
on client it shouldn’t be
okay, wait a bit
👍
here you go
okay there’s a few things going on
assuming you have the private key in your clients .ssh folder, try doing this
ssh <ip> -i <private key location>
this should force passwordless authentication
if it passes, you can then add an alias to your ssh config with that identity file
lmfao even with private key it asks password
hmmmmm
check your sshd config, that’s the only other thing i’m thinking here
unless your private key doesn’t match
or copy over the public key manually
okay, what should i check there? maybe, set hostkey?
slight warning i’ll be heading to bed soon, but will respond tomorrow
okay
i would check password authentication settings
i’ll play around with this tomorrow, my apologies
its okay, thank you
lmao, im in GMT + 4 timezone