- Code: Select all
2021-03-26 09:24:09 Will enable zlib (RFC1950) decompression after user authentication
2021-03-26 09:24:13 Entered username: Fausto
2021-03-26 09:24:13 Server supports following auths: publickey password keyboard-interactive
2021-03-26 09:24:13 Attempting keyboard-interactive authentication
2021-03-26 09:24:13 Server refused keyboard-interactive authentication
2021-03-26 09:24:13 Server supports following auths: publickey password keyboard-interactive
2021-03-26 09:24:16 Sent password
2021-03-26 09:24:16 Initialised delayed zlib (RFC1950) decompression
2021-03-26 09:24:16 Initialised delayed zlib (RFC1950) compression
2021-03-26 09:24:16 Access granted with AUTH_TYPE_PASSWORD
2021-03-26 09:24:19 Requesting activation of MobaXterm remote monitoring...
That probably fails because user fausto is not entitled to login via ssh
You can see this in file /md8/etc/passwd, the line with fausto probably ends with /bin/false meaning no shell opening is disabled
Why don't you use user root ?
root is entitled to get a shell I expect but to be sure please post the content of
md8/etc/passwd and /md8/etc/shadow