Re: ssh, sftp, and public key authentication

2005-02-23 Thread Shantanoo Mahajan
+++ dave [freebsd] [18-02-05 09:10 -0500]: | Hello, | I've got a machine i use public keys on to which i'm trying to ssh. When | i created a key for this user i did not define a passphrase, yet i am being | asked for one when i ssh in to the box. I use the command ssh -i | filename.pub

Re: ssh, sftp, and public key authentication

2005-02-23 Thread dave
Hello, Thanks for your reply. I have done this. My problem comes in when i ssh from offsite to the first machine, this works fine uses password authentication. Then if i go from that box to the second machine i am prompted for a passphrase, which i don't have for that key. Basically, three

Re: ssh, sftp, and public key authentication

2005-02-23 Thread Shantanoo Mahajan
+++ dave [23-02-05 18:47 -0500]: | Hello, | Thanks for your reply. I have done this. My problem comes in when i ssh | from offsite to the first machine, this works fine uses password | authentication. Then if i go from that box to the second machine i am | prompted for a passphrase, which i

Re: ssh, sftp, and public key authentication

2005-02-23 Thread dave
Hello, I just read my message. I've confused myself a little here probably the rest of you too. Let me try it again. I have three machines, two fixed and one mobile laptop, which is a windows box. Machine3 is a server i remotely manage, machine1 is my fixed machine, machine2 is my laptop. When i'm

ssh, sftp, and public key authentication

2005-02-18 Thread dave
Hello, I've got a machine i use public keys on to which i'm trying to ssh. When i created a key for this user i did not define a passphrase, yet i am being asked for one when i ssh in to the box. I use the command ssh -i filename.pub hostname however if i do sftp [EMAIL PROTECTED] i'm allowed

Re: ssh, sftp, and public key authentication

2005-02-18 Thread Erik Norgaard
dave wrote: Hello, I've got a machine i use public keys on to which i'm trying to ssh. When i created a key for this user i did not define a passphrase, yet i am being asked for one when i ssh in to the box. I use the command ssh -i filename.pub hostname however if i do sftp [EMAIL PROTECTED]