On Sun, 25 Apr 2004, Amir Spivak wrote:

> Hi,
> i upgraded openssh to version 3.7.1 but still getting error messages when sshing:
> [EMAIL PROTECTED]:~$ ssh -v shuldig
> OpenSSH_3.7.1p2, SSH protocols 1.5/2.0, OpenSSL 0.9.7a Feb 1
> 9 2003
> debug1: Reading configuration data /etc/ssh/ssh_config
> debug1: Applying options for *
> debug1: Connecting to shuldig [192.168.85.138] port 22.
> debug1: Connection established.
> debug1: identity file /home/amir/.ssh/identity type -1
> debug1: Remote protocol version 1.5, remote software version 1.2.26
> debug1: no match: 1.2.26
> debug1: Local version string SSH-1.5-OpenSSH_3.7.1p2
> debug1: Waiting for server public key.
> debug1: Received server public key (768 bits) and host key (1024 bits).
> debug1: Host 'shuldig' is known and matches the RSA1 host key.
> debug1: Found key in /etc/ssh/ssh_known_hosts:73
> debug1: Encryption type: 3des
> debug1: Sent encrypted session key.
> debug1: Installing crc compensation attack detector.
> debug1: Received encrypted confirmation.
> debug1: Doing password authentication.
> [EMAIL PROTECTED]'s password:
>
> any ideas why it keeps on asking me for the password?
> thanks.

Asking for password is a regular behavior on account of the ssh. If you do
not really need a secure connection, you can use either rsh, rlogin or
other remote shell tools, which should be easily configured to rely on the
authentication you made while getting into one computer, and allow you the
same user name in others. No, I don't know where exactly to tweak this.

These tools are not safe, of course. Not only are they not encrypted, but
they also enable someone to connect his/her machine to the network, tell
the machine it has a certain hostname and a certain ip, define a username
on it (say root), and immediately connect to your network.

If I understand correctly, the way to create an ssh without a password
involves re-entering your passphrase for your gpg key every time you init
your X. For details, see the following howto:

http://www.cs.umd.edu/~arun/misc/ssh.html

Orna.
-- 
Orna Agmon http://vipe.technion.ac.il/~ladypine/

--------------------------------------------------------------------------
Haifa Linux Club Mailing List (http://www.haifux.org)
To unsub send an empty message to [EMAIL PROTECTED]


Reply via email to