savannah-hackers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Savannah-hackers] [ 101480 ] Asked for 'password' instead of 'passph'


From: nobody
Subject: [Savannah-hackers] [ 101480 ] Asked for 'password' instead of 'passph'
Date: Tue, 05 Nov 2002 15:42:34 -0500

Support Request #101480, was updated on 2002-Nov-02 00:08
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=101480&group_id=11

Category: SSH Connection
Status: Open
Priority: 7
Summary: Asked for 'password' instead of 'passph'

By: yeupou
Date: 2002-Nov-05 21:42
Logged In: YES 
user_id=1896
Browser: Mozilla/5.0 Galeon/1.2.5 (X11; Linux i686; U;) Gecko/20020623 
Debian/1.2.5-0.woody.1

The command I wrote is wrong, I dont know I added a "-d"
before username.

Apparently your key is correctly added.

But the debug said 
debug1: try privkey: /home/Default/.ssh/id_rsa
debug1: try privkey: /home/Default/.ssh/id_dsa

Is your ~/  /home/Default ?
If so, do /home/Default/.ssh/id_rsa
/home/Default/.ssh/id_dsa exist ?


----------------------------------------------------------------------

By: danieljng
Date: 2002-Nov-05 21:04
Logged In: YES 
user_id=11694
Browser: Mozilla/4.0 (compatible; MSIE 5.0; Windows 98; DigExt)

Thanks for your quick response, Yeupou.

The output of the command is at the end of my reply
here, which basically says I used the command wrong. 

So, I tried:

$ ssh -l jsdn -v subversions.gnu.org ls

Output:

OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL
0x0090607f
debug1: Rhosts Authentication disabled, originating
port will not be trusted.
debug1: ssh_connect: needpriv 0
debug1: Connecting to subversions.gnu.org
[199.232.41.2] port 22.
debug1: Connection established.
debug1: identity file /home/Default/.ssh/identity type
0
debug1: identity file /home/Default/.ssh/id_rsa type
-1
debug1: identity file /home/Default/.ssh/id_dsa type
-1
debug1: Remote protocol version 1.99, remote software
version OpenSSH_3.4p1 Debi
an 1:3.4p1-0.0woody1
debug1: match: OpenSSH_3.4p1 Debian 1:3.4p1-0.0woody1
pat OpenSSH*
Enabling compatibility mode for protocol 2.0
debug1: Local version string SSH-2.0-OpenSSH_3.4p1
debug1: SSH2_MSG_KEXINIT sent
debug1: SSH2_MSG_KEXINIT received
debug1: kex: server->client aes128-cbc hmac-md5 none
debug1: kex: client->server aes128-cbc hmac-md5 none
debug1: SSH2_MSG_KEX_DH_GEX_REQUEST sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_GROUP
debug1: dh_gen_key: priv key bits set: 138/256
debug1: bits set: 1595/3191
debug1: SSH2_MSG_KEX_DH_GEX_INIT sent
debug1: expecting SSH2_MSG_KEX_DH_GEX_REPLY
debug1: Host 'subversions.gnu.org' is known and
matches the RSA host key.
debug1: Found key in /home/Default/.ssh/known_hosts:1
debug1: bits set: 1595/3191
debug1: ssh_rsa_verify: signature correct
debug1: kex_derive_keys
debug1: newkeys: mode 1
debug1: SSH2_MSG_NEWKEYS sent
debug1: waiting for SSH2_MSG_NEWKEYS
debug1: newkeys: mode 0
debug1: SSH2_MSG_NEWKEYS received
debug1: done: ssh_kex2.
debug1: send SSH2_MSG_SERVICE_REQUEST
debug1: service_accept: ssh-userauth
debug1: got SSH2_MSG_SERVICE_ACCEPT
debug1: authentications that can continue:
publickey,password,keyboard-interacti
ve
debug1: next auth method to try is publickey
debug1: try privkey: /home/Default/.ssh/id_rsa
debug1: try privkey: /home/Default/.ssh/id_dsa
debug1: next auth method to try is
keyboard-interactive
debug1: authentications that can continue:
publickey,password,keyboard-interacti
ve
debug1: next auth method to try is password
address@hidden's password:



Any ideas? Should it be talking about SSH2? I am sure
I specified ssh1 when I did the key gen...









Here is the output of 
ssh -v address@hidden 


OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL
0x0090607f
Usage: ssh [options] host [command]
Options:
  -l user     Log in using this user name.
  -n          Redirect input from /dev/null.
  -F config   Config file (default: ~/.ssh/config).
  -A          Enable authentication agent forwarding.
  -X          Enable X11 connection forwarding.
  -x          Disable X11 connection forwarding
(default).
  -i file     Identity for public key authentication
(default: ~/.ssh/identity)
  -t          Tty; allocate a tty even if command is
given.
  -T          Do not allocate a tty.
  -v          Verbose; display verbose debugging
messages.
              Multiple -v increases verbosity.
  -V          Display version number only.
  -P          Don't allocate a privileged port.
  -q          Quiet; don't display any warning
messages.
  -f          Fork into background after
authentication.
  -e char     Set escape character; ``none'' = disable
(default: ~).
  -c cipher   Select encryption algorithm
  -m macs     Specify MAC algorithms for protocol
version 2.
  -p port     Connect to this port.  Server must be on
the same port.
  -L listen-port:host:port   Forward local port to
remote address
  -R listen-port:host:port   Forward remote port to
local address
              These cause ssh to listen for
connections on a port, and
              forward them to the other side by
connecting to host:port.
  -D port     Enable dynamic application-level port
forwarding.
  -C          Enable compression.
  -N          Do not execute a shell or command.
  -g          Allow remote hosts to connect to
forwarded ports.
  -1          Force protocol version 1.
  -2          Force protocol version 2.
  -4          Use IPv4 only.
  -6          Use IPv6 only.
  -o 'option' Process the option as if it was read
from a configuration file.
  -s          Invoke command (mandatory) as SSH2
subsystem.
  -b addr     Local IP address.




Thanks,
Daniel.



----------------------------------------------------------------------
You can respond by visiting: 
http://savannah.gnu.org/support/?func=detailsupport&support_id=101480&group_id=11




reply via email to

[Prev in Thread] Current Thread [Next in Thread]