SSH authentication Issue
-
I have a wpsshupdate user set up to allow SSH updating using this plugin.
I have a copy of the RSA-4096 SSH keys accessible by the webserver group.
I am able to ssh to localhost from the wpsshupdate user and successfully log in.
When I attempt to use the plugin to update I get:
Private key incorrect for wpsshupdate
Make sure that the key you are using is an RSA key and not a DSA keyWhen I look at my auth.log I see:
Aug 13 16:13:27 web02 sshd[4529]: rexec line 18: Deprecated option UsePrivilegeSeparation
Aug 13 16:13:27 web02 sshd[4529]: rexec line 25: Deprecated option KeyRegenerationInterval
Aug 13 16:13:27 web02 sshd[4529]: rexec line 26: Deprecated option ServerKeyBits
Aug 13 16:13:27 web02 sshd[4529]: rexec line 37: Deprecated option RSAAuthentication
Aug 13 16:13:27 web02 sshd[4529]: rexec line 44: Deprecated option RhostsRSAAuthentication
Aug 13 16:13:41 web02 sshd[4529]: reprocess config line 37: Deprecated option RSAAuthentication
Aug 13 16:13:41 web02 sshd[4529]: reprocess config line 44: Deprecated option RhostsRSAAuthentication
Aug 13 16:13:41 web02 sshd[4529]: Received disconnect from 127.0.0.1 port 54974:11: [preauth]
Aug 13 16:13:41 web02 sshd[4529]: Disconnected from authenticating user wpsshupdate 127.0.0.1 port 54974 [preauth]I have hardened my ssh to accept only RSA4096 or Ed25519 keys if that might be causing the issue?
- The topic ‘SSH authentication Issue’ is closed to new replies.