Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bug] Updated README.md file #432

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

keshav-04
Copy link

@keshav-04 keshav-04 commented Apr 1, 2023

username@IP_address for hosts updated in README.md file.
For the ssh command, we use ssh username@IP_address to access the remote desktop machine.
Also, in the hosts file given, we will use [openwisp2] username@IP_address to access the remote desktop machine via hosts file.

username@IP_address for hosts file updated
@@ -387,8 +388,9 @@ Create an ansible inventory file named `hosts` **in your working directory**

```
[openwisp2]
192.168.56.2
username@192.168.56.2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is not right

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is correct if we have only one user on the remote host, but if we have multiple hosts then to use the 192.168.56.2 syntax in our inventory file, we will need to specify the SSH user in our Ansible playbook.

```
Replace `username` with the username of your VM.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is not right

@@ -367,8 +367,9 @@ and assign an IP address to the VM.
Make sure you can access your VM via ssh:

```bash
ssh 192.168.56.2
ssh username@192.168.56.2
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this could be useful to clarify

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants