spurin/diveintoansible-lab

SSHD

Closed this issue · 3 comments

Hello! I'm able to connect via the webrowser connecting to the localhost. How would I manage to use ssh if I didn't want to use the web browser? Sorry, I'm still new getting used to terminal commands. Also, this is on macOSX.
Screen Shot 2021-07-24 at 4 19 39 PM

Hi @mroctober1011

In the .env file is the list of ports for each of the instances, if you ssh to localhost using the corresponding port, you should be good 👍

Hi @mroctober1011

Apologies for the late response on this, essentially it would be -

ssh ansible@localhost -p 1234

Substituting, 1234 for the port specified in the .env file