D
D
DVoropaev2019-11-04 13:36:36
linux
DVoropaev, 2019-11-04 13:36:36

Why can't I connect via SSH using login + password?

After entering the password, the connection is reset. At the same time, if I enter the wrong password, the connection is NOT reset.

$ ssh -v [email protected]**.**.129
...
...
#ввожу неверный пароль
[email protected]**.**.129's password: 
debug1: Authentications that can continue: publickey,password,keyboard-interactive
Permission denied, please try again.
...
#ввожу верный пароль
[email protected]**.**.129's password:
debug1: Authentication succeeded (password).
Authenticated to 126.**.**.129 ([126.**.**.129]:22).
debug1: channel 0: new [client-session]
debug1: Requesting [email protected]
debug1: Entering interactive session.
debug1: pledge: network
debug1: Sending environment.
debug1: Sending env LANG = ru_RU.UTF-8
debug1: client_input_channel_req: channel 0 rtype exit-status reply 0
debug1: client_input_channel_req: channel 0 rtype [email protected] reply 0
debug1: channel 0: free: client-session, nchannels 1
Connection to 126.**.**.129 closed.
Transferred: sent 2800, received 1816 bytes, in 0.3 seconds
Bytes per second: sent 8296.2, received 5380.7
debug1: Exit status 1

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander Chernykh, 2019-11-04
@sashkets

ssh -l admin 126.**.**.129
?

V
Vitaly Karasik, 2019-11-04
@vitaly_il1

Go to the server console and check the logs - depends on the distro, usually /var/log/auth or /var/log/secure.

T
Tibor128, 2019-11-04
@Tibor128

I dare say the file system is full on the other side...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question