-
Notifications
You must be signed in to change notification settings - Fork 108
Install troubleshooting with ssh #392
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
base: master
Are you sure you want to change the base?
Conversation
Note you can specify an interface name such as `eth1` instead of `all` | ||
if necessary, which can be useful when you need to setup a static IP | ||
address. | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it would be useful to also explain:
- When the SSH server becomes available
- How to connect (which user, which hostname/IP - that's obvious but it doesn't hurt being explicit, which password - same)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I understand the need for "how to find the IP address when using DHCP", but I fear giving too many obvious details will just add noise to the doc. Doing as suggested, see the result for yourself.
network_config=static:ip=IP;netmask=NETMASK[;gateway=GW][;dns=DNS1[,DNS2]][;domain=DOMAIN][;vlan=VLAN] | ||
``` | ||
|
||
Note you can specify an interface name such as `eth1` instead of `all` |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feel free to use Docusaurus' "Note" element:
:::note
You can specify an interface name such as `eth1` instead of `all` if necessary, which can be useful when you need to setup a static IP address.
:::
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
Signed-off-by: Yann Dirson <yann.dirson@vates.tech>
Signed-off-by: Yann Dirson <yann.dirson@vates.tech> Co-authored-by: Thomas Moraine <thomas.moraine@vates.tech>
99af74e
to
b2c64a4
Compare
``` | ||
|
||
:::note | ||
you can specify an interface name such as `eth1` instead of `all` if necessary, which can be useful when you need to setup a static IP address. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We're not starting the sentence with a capital letter?
Those instructions will be useful to refer users to from forum or support tickets.