Re: rlogin without a password

2002-05-02 Thread Karl E. Jorgensen
On Thu, May 02, 2002 at 11:22:24AM +0100, Dougie Nisbet wrote: > On Thursday 02 May 2002 9:51 am, Karl E. Jorgensen wrote: > > > > [ snip, snip, snip ] > > > > > and type it in, rather than from a telnet session. i.e. The telnet > > > session produces: [EMAIL PROTECTED]:~$ ssh-add > > > Could not

Re: rlogin without a password

2002-05-02 Thread Dougie Nisbet
On Thursday 02 May 2002 9:51 am, Karl E. Jorgensen wrote: > Long time no hear! > I've been too busy in the garden :-) > > > > Notice the extra line: 'Creating SSH1 key' > > !? Perhaps you didn't purge everything? As far as I can see from > /var/lib/dpkg/info/ssh.postinst this should be dependent o

Re: rlogin without a password

2002-05-02 Thread Karl E. Jorgensen
Long time no hear! On Thu, May 02, 2002 at 09:25:47AM +0100, Dougie Nisbet wrote: > On Wednesday 01 May 2002 11:47 pm, David Z Maze wrote: > > > Run ssh-keygen(1) to generate a public/private keypair. These should > > wind up in $HOME/.ssh, as identity and identity.pub. Use scp to copy > > the

Re: rlogin without a password

2002-05-02 Thread Dougie Nisbet
On Wednesday 01 May 2002 11:47 pm, David Z Maze wrote: > Run ssh-keygen(1) to generate a public/private keypair. These should > wind up in $HOME/.ssh, as identity and identity.pub. Use scp to copy > the identity.pub file to the target machine, and cat it on to the end > of $HOME/.ssh/authorized_

Re: rlogin without a password

2002-05-01 Thread Shawn McMahon
begin Dougie Nisbet quotation: > This used to be a piece of cake, but now in the Brave New SSH world, it's a > right royal pain. All I want to do, is switch on my laptop, and remsh to my > server, without specifying a username or password. Can I do this with ssh, > and if not, how do I install

Re: rlogin without a password

2002-05-01 Thread Miquel van Smoorenburg
In article <[EMAIL PROTECTED]>, Roach, Mark R. <[EMAIL PROTECTED]> wrote: >(small time saving tip ssh2 keys go in ~/.ssh/authorized_keys2) Even more time saving: the latest ssh puts them all in ~/.ssh/authorized_keys, DSA, RSA and RSA1 keys. ~/.ssh/authorized_keys2 is still read, ofcourse. Mike

Re: rlogin without a password

2002-05-01 Thread David Z Maze
Dougie Nisbet <[EMAIL PROTECTED]> writes: > This used to be a piece of cake, but now in the Brave New SSH world, > it's a right royal pain. All I want to do, is switch on my laptop, > and remsh to my server, without specifying a username or > password. Can I do this with ssh, and if not, how do I i

Re: rlogin without a password

2002-05-01 Thread Roach, Mark R.
On Wed, 2002-05-01 at 17:12, Dougie Nisbet wrote: > This used to be a piece of cake, but now in the Brave New SSH world, it's a > right royal pain. All I want to do, is switch on my laptop, and remsh to my > server, without specifying a username or password. Can I do this with ssh, yes you can,

rlogin without a password

2002-05-01 Thread Dougie Nisbet
This used to be a piece of cake, but now in the Brave New SSH world, it's a right royal pain. All I want to do, is switch on my laptop, and remsh to my server, without specifying a username or password. Can I do this with ssh, and if not, how do I install old rsh/rlogin on my woody system? Doug