Stránka 1 z 1

SSH problém : exec/ shell request failed on channel 0

Napsal: 08 pro 2024, 14:04
od paternoster
Nejde se mi přihlásit na SSH:

Kód: Vybrat vše

 $ ssh admin@192.168.1.34
admin@192.168.1.34's password:
shell request failed on channel 0
 ssh admin@192.168.1.34 ls
admin@192.168.1.34's password:
exec request failed on channel 0

s klíčem je podivné chování:

ssh   admin@192.168.1.34 -i ~/key.priv
Connection closed by 192.168.1.34 port 22
ssh   admin@192.168.1.34 -i ~/key.priv
ssh_exchange_identification: read: Connection reset by peer
(s debugem -v u ssh klienta:
debug1: Local version string SSHxx..0p1
ssh_exchange_identification: read: Connection reset by peer)

(s debugem -v u ssh klienta:
(debug1: Authenticating to 192.168.1.34:22 as 'admin'
debug1: SSH2_MSG_KEXINIT sent
Connection closed by 192.168.1.34 port 22)

Přitom dosud mi šlo se přihlašovat naprosto v pořádku jak přes klíč tak přes heslo.

co to může být?