View previous topic :: View next topic |
Author |
Message |
frodus n00b
Joined: 16 Aug 2004 Posts: 74 Location: Bochum Germany
|
Posted: Fri Oct 08, 2004 6:51 pm Post subject: [Solved] ssh connection to RSA SecurID not working |
|
|
Hi everyone,
I'm trying to connect to our company network with ssh connection
to an RSA SecuredID server.
Normally it would work the following way:
Code: |
ssh -l <LoginName> ServerName
|
Then it is required to insert the first passwd based on a key generator
that is not connected to the internet. (A small key gen. in my pocket.)
After that it is possible to log in as usual on a unix network.
That was what I would expect and now what is happening
when I try:
ssh -vv -l <LoginName> ServerName
Code: |
...
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST(1024<1024<8192) sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug2: dh_gen_key: priv key bits set: 111/256
debug2: bits set: 495/1024
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host '<machine.com>' is known and matches the RSA host key.
debug1: Found key in /home/frodus/.ssh/known_hosts:1
debug2: bits set: 503/1024
debug1: ssh_rsa_verify: signature correct
debug2: kex_derive_keys
debug2: set_newkeys: mode 1
debug1: SSH2_MSG_NEWKEYS sent
debug1: expecting SSH2_MSG_NEWKEYS
debug2: set_newkeys: mode 0
debug1: SSH2_MSG_NEWKEYS received
debug1: SSH2_MSG_SERVICE_REQUEST sent
debug2: service_accept: ssh-userauth
debug1: SSH2_MSG_SERVICE_ACCEPT received
debug2: key: /home/frodus/.ssh/identity ((nil))
debug2: key: /home/frodus/.ssh/id_rsa ((nil))
debug2: key: /home/frodus/.ssh/id_dsa ((nil))
debug1: Authentication succeeded (none).
debug1: channel 0: new [client-session]
debug2: channel 0: send open
debug1: Entering interactive session.
debug2: callback start
debug2: ssh_session2_setup: id 0
debug2: channel 0: request pty-req
debug2: channel 0: request shell
debug2: fd 3 setting TCP_NODELAY
debug2: callback done
debug2: channel 0: open confirm rwindow 0 rmax 32768
|
And nothing else no login request nothing.
Note:
I only have access to my machine and not to the server the I would like
to log on.
So I'm not able to look at any lock files there.
The ssh login on my old machine with mandrake was working.
Does anyone have an idea?
Thanks and bye,
Frodus[/code]
Last edited by frodus on Sat Oct 09, 2004 2:13 pm; edited 1 time in total |
|
Back to top |
|
|
frodus n00b
Joined: 16 Aug 2004 Posts: 74 Location: Bochum Germany
|
Posted: Sat Oct 09, 2004 2:12 pm Post subject: |
|
|
I've solved the problem.
The problem was related to openssh a switch to ssh has solved the problem.
Bye,
Frodus |
|
Back to top |
|
|
|