Re: hey guys.. ssh/key-gen question

2017-07-17 Thread Rick Stevens
On 07/15/2017 07:05 PM, Cameron Simpson wrote: > On 16Jul2017 08:26, Ed Greshko wrote: >> In my host system I have copied my id_rsa.pub into the authorized_keys >> file. I then >> tar up my .ssh directory and sftp it to my VM when I create them. I >> then untar the >> file on the VM. From then

Re: hey guys.. ssh/key-gen question

2017-07-17 Thread Earl A Ramirez
so.. every box has the same /home/foo/.ssh id_rsa config authorized_keys I don't know how you are spinning up the VM guests, if you are using kickstart it would be easier to copy the files required during the post installation or copy only the public key and use ansible to automate the re

Re: hey guys.. ssh/key-gen question

2017-07-16 Thread bruce
On Sun, Jul 16, 2017 at 1:09 AM, Samuel Sieb wrote: > On 07/15/2017 02:01 PM, bruce wrote: >> >> Testing Digitalocean >> >> I can create a ssh key I can create a remote instance and poulate it >> with the key to be able to do >> >> ssh foo_user@1.2.3.4 >> >> and access the vm with no issue... >> >

Re: hey guys.. ssh/key-gen question

2017-07-15 Thread Samuel Sieb
On 07/15/2017 02:01 PM, bruce wrote: Testing Digitalocean I can create a ssh key I can create a remote instance and poulate it with the key to be able to do ssh foo_user@1.2.3.4 and access the vm with no issue... however:: if i spin up 1.2.3.4, as well as 5.6.7.8 how can i be on box 1.2.3.4

Re: hey guys.. ssh/key-gen question

2017-07-15 Thread Ed Greshko
On 07/16/17 10:05, Cameron Simpson wrote: > On 16Jul2017 08:26, Ed Greshko wrote: >> In my host system I have copied my id_rsa.pub into the authorized_keys file. >> I then >> tar up my .ssh directory and sftp it to my VM when I create them. I then >> untar the >> file on the VM. From then on

Re: hey guys.. ssh/key-gen question

2017-07-15 Thread Cameron Simpson
On 16Jul2017 08:26, Ed Greshko wrote: In my host system I have copied my id_rsa.pub into the authorized_keys file. I then tar up my .ssh directory and sftp it to my VM when I create them. I then untar the file on the VM. From then on I can sftp/ssh to/from any system. This is actually rat

Re: hey guys.. ssh/key-gen question

2017-07-15 Thread kevin martin
as well, is 1.2.3.4 and 5.6.7.8 routable each to the other? If not, you'll have to ssh hop to get from 1.2.3.4 to 5.6.7.8. --- Regards, Kevin Martin On Sat, Jul 15, 2017 at 8:18 PM, John Mellor wrote: > On Sat, 2017-07-15 at 17:01 -0400, bruce wrote: > > Testing Digitalocean > > > > I can c

Re: hey guys.. ssh/key-gen question

2017-07-15 Thread John Mellor
On Sat, 2017-07-15 at 17:01 -0400, bruce wrote: > Testing Digitalocean > > I can create a ssh key I can create a remote instance and poulate it > with the key to be able to do > > ssh foo_user@1.2.3.4 > > and access the vm with no issue... > > however:: > > if i spin up 1.2.3.4, as well as 5.6

Re: hey guys.. ssh/key-gen question

2017-07-15 Thread Ed Greshko
On 07/16/17 05:01, bruce wrote: > Testing Digitalocean > > I can create a ssh key I can create a remote instance and poulate it > with the key to be able to do > > ssh foo_user@1.2.3.4 > > and access the vm with no issue... > > however:: > > if i spin up 1.2.3.4, as well as 5.6.7.8 > > how can i be

hey guys.. ssh/key-gen question

2017-07-15 Thread bruce
Testing Digitalocean I can create a ssh key I can create a remote instance and poulate it with the key to be able to do ssh foo_user@1.2.3.4 and access the vm with no issue... however:: if i spin up 1.2.3.4, as well as 5.6.7.8 how can i be on box 1.2.3.4 and do ssh foo_user@5.6.7.8 if i'm s