Re: SSH private keys?

2018-08-08 Thread Jakub Jelen
On Sat, 2018-06-23 at 16:35 -0400, Jeffrey Ross wrote: > > On 06/22/2018 03:45 PM, Gordon Messmer wrote: > > On 06/22/2018 04:37 AM, Jeffrey Ross wrote: > > > Fast forward to today, the system had been reinstalled (new > > > hardware, > > > new disks, etc) and I no longer have that ability. I'm

Re: SSH private keys?

2018-06-24 Thread Jeffrey Ross
On 06/23/2018 08:07 PM, Todd Zullinger wrote: Mike Wright wrote: On 06/23/2018 01:35 PM, Jeffrey Ross wrote: my .ssh directory has my private key in a file called "id_rsa" nothing with .pub on the end and if I understand correctly running ssh will look for the private key in a few different f

Re: SSH private keys?

2018-06-23 Thread Berend De Schouwer
On Sat, 2018-06-23 at 16:40 -0400, Jeffrey Ross wrote: > > On 06/22/2018 07:54 AM, Berend De Schouwer wrote: > > On Fri, 2018-06-22 at 07:37 -0400, Jeffrey Ross wrote: > > > At one point Fedora had something (keyring?) that would allow me > > > to > > >

Re: SSH private keys?

2018-06-23 Thread Todd Zullinger
Mike Wright wrote: > On 06/23/2018 01:35 PM, Jeffrey Ross wrote: >> >> my .ssh directory has my private key in a file called "id_rsa" nothing >> with .pub on the end and if I understand correctly running ssh will look >> for the private key in a few different file names, none of which end >> with

Re: SSH private keys?

2018-06-23 Thread Mike Wright
On 06/23/2018 01:35 PM, Jeffrey Ross wrote: my .ssh directory has my private key in a file called "id_rsa" nothing with .pub on the end and if I understand correctly running ssh will look for the private key in a few different file names, none of which end with .pub. Gotta have both halves

Re: SSH private keys?

2018-06-23 Thread Gordon Messmer
On 06/23/2018 01:40 PM, Jeffrey Ross wrote: ok, I used the two commands - eval "$(ssh-agent -s)" ssh-add ~/.ssh/id_rsa and this works for the one terminal shell I entered the commands in, any other terminal I either need to re-run the commands in that shell or unlock my private key when I typ

Re: SSH private keys?

2018-06-23 Thread Gordon Messmer
On 06/23/2018 01:35 PM, Jeffrey Ross wrote: my .ssh directory has my private key in a file called "id_rsa" nothing with .pub on the end and if I understand correctly running ssh will look for the private key in a few different file names, none of which end with .pub. Yes, that's how ssh beh

Re: SSH private keys?

2018-06-23 Thread Jeffrey Ross
On 06/22/2018 07:54 AM, Berend De Schouwer wrote: On Fri, 2018-06-22 at 07:37 -0400, Jeffrey Ross wrote: At one point Fedora had something (keyring?) that would allow me to unlock my SSH private keys and it would keep the unlocked key available so I could ssh without having to unlock my key

Re: SSH private keys?

2018-06-23 Thread Jeffrey Ross
On 06/22/2018 03:45 PM, Gordon Messmer wrote: On 06/22/2018 04:37 AM, Jeffrey Ross wrote: Fast forward to today, the system had been reinstalled (new hardware, new disks, etc) and I no longer have that ability.  I'm currently runn Fedora 28 and the desktop is "Gnome", I'm sure it is just a m

Re: SSH private keys?

2018-06-22 Thread Gordon Messmer
On 06/22/2018 01:04 PM, Tom Horsley wrote: On Fri, 22 Jun 2018 12:45:08 -0700 Gordon Messmer wrote: There is an open bug concerning the fact that if there is an invalid .pub file in .ssh, GNOME keyring won't automatically unlock *any* keys, so remove any old key files. Yep, some forms of keys

Re: SSH private keys?

2018-06-22 Thread Tom Horsley
On Fri, 22 Jun 2018 12:45:08 -0700 Gordon Messmer wrote: > There is an open bug concerning the fact that if there is an invalid > .pub file in .ssh, GNOME keyring won't automatically unlock *any* keys, > so remove any old key files. Yep, some forms of keys are no longer supported because securi

Re: SSH private keys?

2018-06-22 Thread Gordon Messmer
On 06/22/2018 04:37 AM, Jeffrey Ross wrote: Fast forward to today, the system had been reinstalled (new hardware, new disks, etc) and I no longer have that ability.  I'm currently runn Fedora 28 and the desktop is "Gnome", I'm sure it is just a matter of installing/configuring/running the corre

Re: SSH private keys?

2018-06-22 Thread Patrick O'Callaghan
On Fri, 2018-06-22 at 13:54 +0200, Berend De Schouwer wrote: > On Fri, 2018-06-22 at 07:37 -0400, Jeffrey Ross wrote: > > At one point Fedora had something (keyring?) that would allow me to > > unlock my SSH private keys and it would keep the unlocked key > > available >

Re: SSH private keys?

2018-06-22 Thread Berend De Schouwer
On Fri, 2018-06-22 at 07:37 -0400, Jeffrey Ross wrote: > At one point Fedora had something (keyring?) that would allow me to > unlock my SSH private keys and it would keep the unlocked key > available > so I could ssh without having to unlock my key every time. I > typically

SSH private keys?

2018-06-22 Thread Jeffrey Ross
At one point Fedora had something (keyring?) that would allow me to unlock my SSH private keys and it would keep the unlocked key available so I could ssh without having to unlock my key every time.  I typically run a simple "terminal" window and then "ssh " since my