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 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!
If you use the ssh-agent and you ssh into one instance, you should be able to ssh from there to the other instance. If you're wanting automated ssh connections, then you either put the private key on the instances or you'll have to create new key pairs and distribute the public keys. This is pretty standard ssh stuff, check the docs.
_______________________________________________ users mailing list -- users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to users-leave@xxxxxxxxxxxxxxxxxxxxxxx