RE: using ssh

2002-02-26 Thread Paul Hamm
"# man ssh-keygen" lets you configure passwordless ssh authentication by generating priv/pub keys. -Original Message- From: Phil G [mailto:[EMAIL PROTECTED]] Sent: Tuesday, February 26, 2002 10:02 AM To: [EMAIL PROTECTED] Subject: using ssh Hello all, I have a problem that I think ssh

Re: using ssh

2002-02-26 Thread Anthony E. Greene
At 04:01 2/27/2002 +1300, Phil G wrote: >I have a problem that I think ssh may solve. What i need to know is can you >use ssh in one command? What I mean is can both the username and password be >passed as parameters? See the ssh manpage for command line options, including remote username. You w

Re: Using SSH in "automatic" mode

2000-12-13 Thread Thornton Prime
On Wed, 13 Dec 2000, John Indra wrote: > Is there any way to copy files with scp and login to another host using ssh > without specifying a password? Yes. If you are using key based authentication, then it won't prompt you for your password. I should point out, though, that if you are paranoid

Re: Using SSH in "automatic" mode

2000-12-13 Thread Emmanuel Seyman
On Wed, Dec 13, 2000 at 02:03:59PM +0700, John Indra a ecrit: > Dear all... > > Is there any way to copy files with scp and login to another host using ssh > without specifying a password? Yup. > I'm using OpenSSH 2.3.0 with SSH protocol 2. I have read the manpage but I'm > confused with the ex

Re: Using SSH in "automatic" mode

2000-12-12 Thread Angel L. Mateo
John Indra escribió: > > Dear all... > > Is there any way to copy files with scp and login to another host using ssh > without specifying a password? > > Say I have user john at station1 and user john@station2. I am very tired of > typing passwords everytime I have to copy something from statio