I can password authenticate from RHEL 6.5 to Windows 7 just fine. Also, Windows7 to Windows7 works great. However, I get authentication failed when trying to password authenticate from Windows7 or RHEL6.5 to RHEL6.5. I can ssh from another linux machine’s terminal and log into the linux host machine just fine, so SSH from a remote machine works and so does my username/password.
These are physical machines, free version 4 of NoMachine, Gnome
I’m behind a secure wall and unfortunately cannot provide logs, but will be looking at them tomorrow. Can you point me to or provide a list of some “simple” things to check?
I’ve been reading other threads and seen the following things to maybe check:
1. Check to ensure you can SSH from localhost on the machine you are trying to authenticate to.
2. Check to ensure permissions are set a certain way on certain folders/files.
3. Ensure password authentication is enabled in sshd_config
4. hosts.allow should have sshd:LOCAL and/or 127.0.0.1
5. Permissions??? sudo chmod 644 /etc/NX/server/localhost/*
6. Some mentions of disabling SELinux
FYI, my linux experience is comically shallow. Thanks for any help. I know the details are lacking in my post, but my setup is very “standard” and there must be a small set of things to check that might not be quite correct for password authentication from windows7/linux to RHEL6.5…I hope.