Displaying 3 results from an estimated 3 matches for "ssh_userauth".
Did you mean:
ssh_user_auth
2001 Mar 27
0
openssh stack corruption in arc4random_stir () on OS X
...in /var/root/.ssh/known_hosts:2
No valid SSH1 cipher, using 3des instead.
debug1: Encryption type: 3des
debug1: Sent encrypted session key.
debug1: Installing crc compensation attack detector.
debug1: Received encrypted confirmation.
Segmentation fault
A backtrace in GDB gives:
#0 0x00006bd4 in ssh_userauth (local_user=0x339d0 "",
server_user=0xbffffc0c "cjm", host=0xe00c0 "sun4", host_key_valid=211808,
own_host_key=0xdff50) at sshconnect1.c:1020
#1 0x000058fc in ssh_login (host_key_valid=0, own_host_key=0xdff50,
orighost=0xbffffc10 "sun4", hostaddr=0x338b0,...
2000 Jul 04
0
AW: rhostsauthentication fails. (Or why I hate poorly documented software.)
...: Host 'server' is known and matches the RSA host key.
> debug: Seeding random number generator
> debug: Encryption type: 3des
> debug: Sent encrypted session key.
> debug: Installing crc compensation attack detector.
> debug: Received encrypted confirmation.
> ssh_userauth: server supports no auth methods
> debug: Calling cleanup 0x8059c34(0x0)
>
> Notice that the client thinks the server doesn't support any
> authentication
> methods. Which should not be true because the last line of sshd_config
> specifically allows RhostsAuthentication an...
2000 Jul 03
1
rhostsauthentication fails. (Or why I hate poorly documented software.)
...host key (1024 bits).
debug: Host 'server' is known and matches the RSA host key.
debug: Seeding random number generator
debug: Encryption type: 3des
debug: Sent encrypted session key.
debug: Installing crc compensation attack detector.
debug: Received encrypted confirmation.
ssh_userauth: server supports no auth methods
debug: Calling cleanup 0x8059c34(0x0)
Notice that the client thinks the server doesn't support any authentication
methods. Which should not be true because the last line of sshd_config
specifically allows RhostsAuthentication and does not ignore the rhosts
f...