I have setup ssh key password less login but while doing ssh to the remote server from auth server through the another user [abc] then it shows below error...
Auth Server error: permission denied (publickey,gssapi-keyex,gssapi-with-mic,password)
Remote Server error: sshd[3320943]: Invalid user
using root user it's working but using another user xyz then it's shows above error...
I have created shortcut for remote server login...
[email protected]: ssh remoteserver
[successful]
[email protected]: ssh remoteserver
permission denied (publickey,gssapi-keyex,gssapi-with-mic,password)
[email protected]: ssh [email protected]
[successful]
It's only login if I use [email protected] from the user not directly remote server name...
Also, I need as the remote server login should happened from the xyz user and xyz whatever will fire commands on remote server which history should save on Auth server in his bash history file...
How to do that?
Auth Server error: permission denied (publickey,gssapi-keyex,gssapi-with-mic,password)
Remote Server error: sshd[3320943]: Invalid user
using root user it's working but using another user xyz then it's shows above error...
I have created shortcut for remote server login...
[email protected]: ssh remoteserver
[successful]
[email protected]: ssh remoteserver
permission denied (publickey,gssapi-keyex,gssapi-with-mic,password)
[email protected]: ssh [email protected]
[successful]
It's only login if I use [email protected] from the user not directly remote server name...
Also, I need as the remote server login should happened from the xyz user and xyz whatever will fire commands on remote server which history should save on Auth server in his bash history file...
How to do that?