Issue 538 - add ssh account for cvs account
Summary: add ssh account for cvs account
Status: CLOSED FIXED
Alias: None
Product: Infrastructure
Classification: Infrastructure
Component: _openoffice.org CVS (obsolete) (show other issues)
Version: current
Hardware: All All
: P3 Trivial (vote)
Target Milestone: ---
Assignee: Unknown
QA Contact: issues@www
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-03-09 09:11 UTC by Martin Hollmichel
Modified: 2003-12-06 14:52 UTC (History)
2 users (show)

See Also:
Issue Type: TASK
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
id_dsa.pub of Kevin (606 bytes, text/plain)
2001-03-09 09:12 UTC, Martin Hollmichel
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description Martin Hollmichel 2001-03-09 09:11:07 UTC
Hi,
please add an ssh acount for Kevin Hendricks
Comment 1 Martin Hollmichel 2001-03-09 09:12:53 UTC
Created attachment 105 [details]
id_dsa.pub of Kevin
Comment 2 Unknown 2001-03-09 09:51:31 UTC
Hi,

Kevin's key has been added to the tunnel file.

Thank you
Kat
Comment 3 Unknown 2001-03-09 21:38:00 UTC
resolved
Comment 4 Martin Hollmichel 2001-04-27 16:48:31 UTC
Here is the output of the ssh with verbose debug turned on to the max.
If I am reading the log properly, it looks like my passphrase was okay but it 
still wants another password.

Hope this helps.

Kevin


[kbhend@localhost kbhend]$ ssh -v -v -v -2 -g -o "Compression yes" -o 
"CompressionLevel 4" khendricks@openoffice.org -L 2402:localhost:2401
OpenSSH_2.5.1p2, SSH protocols 1.5/2.0, OpenSSL 0x0090600f
debug: Reading configuration data /usr/etc/ssh_config
debug: ssh_connect: getuid 500 geteuid 0 anon 0
debug: Connecting to openoffice.org [64.208.42.22] port 22.
debug: Seeding random number generator
debug: Allocated local port 850.
debug: Connection established.
debug: Bad RSA1 key file /home/kbhend/.ssh/id_dsa.
debug: identity file /home/kbhend/.ssh/id_dsa type 3
debug: Remote protocol version 1.99, remote software version OpenSSH_2.5.2p2
debug: match: OpenSSH_2.5.2p2 pat ^OpenSSH
Enabling compatibility mode for protocol 2.0
debug: Local version string SSH-2.0-OpenSSH_2.5.1p2
debug: send KEXINIT
debug: done
debug: wait KEXINIT
debug: got kexinit: 
diffie-hellman-group-exchange-sha1,diffie-hellman-group1-sha1
debug: got kexinit: ssh-rsa,ssh-dss
debug: got kexinit: 
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-
cbc,rijndael128-cbc,rijndael192-cbc,rijndael256-cbc,rijndael-cbc@lysator.liu.se
debug: got kexinit: 
aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc,arcfour,aes192-cbc,aes256-
cbc,rijndael128-cbc,rijndael192-cbc,rijndael256-cbc,rijndael-cbc@lysator.liu.se
debug: got kexinit: 
hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-
md5-96
debug: got kexinit: 
hmac-md5,hmac-sha1,hmac-ripemd160,hmac-ripemd160@openssh.com,hmac-sha1-96,hmac-
md5-96
debug: got kexinit: none,zlib
debug: got kexinit: none,zlib
debug: got kexinit:
debug: got kexinit:
debug: first kex follow: 0
debug: reserved: 0
debug: done
debug: mac_init: found hmac-sha1
debug: kex: server->client 3des-cbc hmac-sha1 zlib
debug: mac_init: found hmac-sha1
debug: kex: client->server 3des-cbc hmac-sha1 zlib
debug: Sending SSH2_MSG_KEX_DH_GEX_REQUEST.
debug: Wait SSH2_MSG_KEX_DH_GEX_GROUP.
debug: Got SSH2_MSG_KEX_DH_GEX_GROUP.
debug: bits set: 1047/2049
debug: Sending SSH2_MSG_KEX_DH_GEX_INIT.
debug: Wait SSH2_MSG_KEX_DH_GEX_REPLY.
debug: Got SSH2_MSG_KEXDH_REPLY.
debug: Host 'openoffice.org' is known and matches the RSA host key.
debug: Found key in /home/kbhend/.ssh/known_hosts2:1
debug: bits set: 1015/2049
debug: ssh_rsa_verify: signature correct
debug: Wait SSH2_MSG_NEWKEYS.
debug: Enabling compression at level 6.
debug: GOT SSH2_MSG_NEWKEYS.
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: start over, passed a different list
debug: authmethod_lookup publickey
debug: authmethod_is_enabled publickey
debug: next auth method to try is publickey
debug: try pubkey: /home/kbhend/.ssh/id_dsa
debug: PEM_read_PrivateKey failed
debug: read SSH2 private key done: name <no key> success 0
Enter passphrase for key '/home/kbhend/.ssh/id_dsa':
debug: read SSH2 private key done: name dsa w/o comment success 1
debug: sign_and_send_pubkey
debug: sig size 20 20
debug: we sent a publickey packet, wait for reply
debug: authentications that can continue: publickey,password
debug: authmethod_lookup publickey
debug: authmethod_is_enabled publickey
debug: next auth method to try is publickey
debug: we did not send a packet, disable method
debug: authmethod_lookup publickey
debug: authmethod_lookup password
debug: authmethod_is_enabled password
debug: next auth method to try is password
khendricks@openoffice.org's password:
debug: we sent a password packet, wait for reply
debug: authentications that can continue: publickey,password
debug: authmethod_lookup password
debug: authmethod_is_enabled password
debug: next auth method to try is password
Permission denied, please try again.
khendricks@openoffice.org's password:
[kbhend@localhost kbhend]$


Comment 5 Unknown 2001-04-27 17:25:11 UTC
Kevin,

Your key looks ok in the tunnel file (unless you have changed keys). However,
if I am reading the command correctly, it looks like the ports are reversed -
try ssh -2 -L 2401:localhost:2402 tunnel@openoffice.org

It should ask for a pass phrase and no prompt back, then log into cvs on a
separate terminal (with cvs root :pserver:khendricks@localhost:/cvs). 
If this does not work for you, or if you should be added to another file please
let me know.

Thank you,
Kat
Comment 6 Unknown 2001-04-28 17:30:28 UTC
Closing the issue per email confirmation from Kevin that he is able to connect.

Comment 7 khendricks 2002-06-04 14:20:42 UTC
closing out of my issues that have been fixed