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 on box 1.2.3.4  and do ssh foo_user@5.6.7.8
>
> if i'm spinning up 1.2.3.4  and 5.6.7.8  what do i need to provide in
> each box o accomplish this!
>
> thanks

Since you're talking about VM's you know the terminology of "host" v.s. "guest".

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.

>
> maybe i need rum!
>
That can be helpful at times.

-- 
Fedora Users List - The place to go to speculate endlessly

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org

Reply via email to