Re: Setting up SSH keys for password less connections for sftp

2004-08-18 Thread Ken Dibble
log in to the HPUX box as applmgr and run ssh-keygen as follows ssh-keygen -t rsa -N "" the quotes are important as this gives you a null passphrase It will generate "id_rsa" and "id_rsa.pub" files in $HOME/applmgr/.ssh/ copy $HOME/applmgr/.ssh/id_rsa.pub to $HOME/applmgr/.ssh/ authorized_keys2 mov

Re: Setting up SSH keys for password less connections for sftp

2004-08-18 Thread Igor Pechtchanski
e help me clarify the situation and/or point out my problem. > > Thanks again for you help, > Chris Shehan > > > -----Original Message- > From: Ken Dibble > Sent: Wednesday, August 18, 2004 11:36 AM > To: cygwin > Subject: Re: Setting up SSH keys for password less connect

Setting up SSH keys for password less connections for sftp

2004-08-18 Thread Chris Shehan
CTED] [mailto:[EMAIL PROTECTED] Behalf Of Ken Dibble Sent: Wednesday, August 18, 2004 11:36 AM To: cygwin Subject: Re: Setting up SSH keys for password less connections for sftp from man ssh - The file $HOME/.ssh/authorized_keys lists the public keys that are per- mitted for logging in.

Re: Setting up SSH keys for password less connections for sftp

2004-08-18 Thread Ken Dibble
from man ssh - The file $HOME/.ssh/authorized_keys lists the public keys that are per- mitted for logging in. ssh implements the RSA authentication protocol automatically. The user creates his/her RSA key pair by running ssh-keygen(1). This stores the private key in $HOME/.ssh/ide

Setting up SSH keys for password less connections for sftp

2004-08-18 Thread Chris Shehan
Hello, I am attempting to replace an automated ftp process with sftp. This ftp process , which runs on a Windows 2000 server, grabs EDI files from our HPUX 11.0 server every 10 minutes and places then on the EDI Server. I would like to modify this process to use sftp and use the SSH keys for passw