Mam nakonfigurovany non-interactive pripojeni mezi AIXem a RHEL. AIX je jako zdroj, RHEL je cil. Oba maji OpenSSH, takze tady by to melo bejt v poradku.
Je udelanej chroot na cili do jednoho adresare pod konkretnim userem. User ma /sbin/nologin jako shell. RSA klice sou v poradku, takze az potud je vsechno v poradku.
Ale jakmile se snazim pripojit pres scp, tak mi to zmrzne na tomhle :
debug1: Authentication succeeded (publickey).
Authenticated to xxxx.
debug2: fd 4 setting O_NONBLOCK
debug2: fd 5 setting O_NONBLOCK
debug1: channel 0: new [client-session]
debug3: ssh_session2_open: channel_new: 0
debug2: channel 0: send open
debug1: Requesting
no-more-sessions@openssh.comdebug1: Entering interactive session.
debug2: callback start
debug2: client_session2_setup: id 0
debug2: fd 3 setting TCP_NODELAY
debug3: packet_set_tos: set IP_TOS 0x08
debug1: Sending command: scp -v -t -- /xxx/xxx/xxx
debug2: channel 0: request exec confirm 1
debug2: callback done
debug2: channel 0: open confirm rwindow 0 rmax 32768
debug2: channel 0: rcvd adjust 2097152
debug2: channel_input_status_confirm: type 99 id 0
debug2: exec request accepted on channel 0
Pomuze jenom CTRL+C.
To vypise tohle debug1: channel 0: free: client-session, nchannels 1
debug3: channel 0: status: The following connections are open:
#0 client-session (t4 r0 i0/0 o0/0 fd 4/5 cc -1)
debug1: fd 0 clearing O_NONBLOCK
debug1: fd 1 clearing O_NONBLOCK
Killed by signal 2.
Uz sem uplne zoufalej, protoze sem smazal jak .*rc soubory, tak bash_history v domovskym adresari usera, prava na chroot adresari sou taky v poradku a dle vsech veci je vsechno taky v poradku, jelikoz funguje sftp bez problemu.
Nevite, kde muze bejt jeste chyba? Podotykam, ze musi bejt chyba na RHEL stroji, protoze se AIX spravne overi a session je zalozena.
Diky za odpovedi.
PS: Google sem projel od shora dolu a proste ty chyby, ktery popisujou v ruznejch vlaknech v tech init scriptech nemam.