-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor tweaks
- Loading branch information
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -46,7 +46,7 @@ You can setup your account and connect via either GUI or terminal following the | |
|
||
|
||
The video below demonstrates these steps visually. | ||
<video width="100%" controls> | ||
<video width="80%" controls> | ||
<source src="media/enable.mp4" type="video/mp4"> | ||
Your browser does not support the video tag. | ||
</video> | ||
|
@@ -69,7 +69,7 @@ You can setup your account and connect via either GUI or terminal following the | |
``` | ||
ssh [email protected] | ||
``` | ||
and enter your username and password if prompted. | ||
and enter your password when prompted. | ||
- If you are on a PC and choose to use | ||
[SecureCRT](https://hbs.service-now.com/support?id=kb_article&table=kb_knowledge&sysparm_article=KB0015137&searchTerm=securecrt), click "Quick connect..." and enter the following: | ||
- **Protocol**: SSH2 | ||
|