Displaying 4 results from an estimated 4 matches for "pem_read_bio_dsaprivatekey".
2000 Aug 02
1
load_private_key hell
...no arguments. I'm
guessing some sort of global variable? Also with the BIO functions I am
now into undocumented openssl code. yay! Anyway, Since everything else
was identical I just set in->ex_data->dummy to 0 in gdb and let it run but
it still failed. Next I let it go all the way to
PEM_read_bio_DSAPrivateKey (more undocumented openssl code) without
changing in->ex_data->dummy. Then I single instruction step all the way
through PEM_read_bio_DSAPrivateKey and I find something really odd. Deep
in the middle of some library with no debuging info I get a big difference
between ssh and my test progra...
2000 Jun 13
2
SCP Problems.
...bug: send SSH2_MSG_NEWKEYS.
debug: done: send SSH2_MSG_NEWKEYS.
debug: done: KEX2.
debug: send SSH2_MSG_SERVICE_REQUEST
debug: service_accept: ssh-userauth
debug: got SSH2_MSG_SERVICE_ACCEPT
debug: authentications that can continue: publickey,password
debug: try pubkey: /home/ted/.ssh/id_dsa
debug: PEM_read_bio_DSAPrivateKey failed
debug: read DSA private key done
Enter passphrase for DSA key '/home/ted/.ssh/id_dsa':
debug: read DSA private key done
debug: sig size 20 20
debug: ssh-userauth2 successfull
debug: fd 5 setting O_NONBLOCK
debug: fd 6 setting O_NONBLOCK
debug: fd 7 setting O_NONBLOCK
debug: channel...
2000 Jun 06
0
SCO Openserver 5.0.5 ssh2 problem.
....
debug: send SSH2_MSG_NEWKEYS.
debug: done: send SSH2_MSG_NEWKEYS.
debug: done: KEX2.
debug: send SSH2_MSG_SERVICE_REQUEST
debug: service_accept: ssh-userauth
debug: got SSH2_MSG_SERVICE_ACCEPT
debug: authentications that can continue: publickey,password
debug: try pubkey: /root/.ssh/id_dsa
debug: PEM_read_bio_DSAPrivateKey failed
debug: read DSA private key done
Enter passphrase for DSA key '/root/.ssh/id_dsa':
debug: read DSA private key done
debug: sig size 20 20
debug: authentications that can continue: publickey,password
root at sco's password:
debug: ssh-userauth2 successfull
debug: fd 6 setting O_...
2000 Sep 18
3
OpenSSH 2.2.0p1 + Redhat 6.2 - Problem with scp
...: send SSH2_MSG_NEWKEYS.
debug: done: send SSH2_MSG_NEWKEYS.
debug: done: KEX2.
debug: send SSH2_MSG_SERVICE_REQUEST
debug: service_accept: ssh-userauth
debug: got SSH2_MSG_SERVICE_ACCEPT
debug: authentications that can continue: publickey,password
debug: try pubkey: /home/pbates/.ssh/id_dsa
debug: PEM_read_bio_DSAPrivateKey failed
debug: read DSA private key done
debug: read DSA private key done
debug: sig size 20 20
debug: authentications that can continue: publickey,password
debug: ssh-userauth2 successfull
debug: fd 4 setting O_NONBLOCK
debug: fd 5 setting O_NONBLOCK
debug: fd 6 setting O_NONBLOCK
debug: channel 0:...