Minor changes

This commit is contained in:
LMurphy001 2021-08-23 16:41:09 -04:00
parent 8fae419320
commit a4d3197051
1 changed files with 3 additions and 3 deletions

View File

@ -44,7 +44,7 @@ The email message contains an authorization link to your new account on yolo.ser
1. Click the *Pay $20.00* button when done. Wait for it to verify your payment.
1. Return to the *Account Balance* section and verify your ACCOUNT BALANCE
1. Click the *Capsuls* link, and the click the *Create one!* link. This will open the **CREATE CAPSUL** page.
1. Click the *Capsuls* link, and the *Create one!* link. This will open the **CREATE CAPSUL** page.
1. You will see your *account balance*
1. Pick a Capsul Size from the drop-down box. This screenshot shows size *f1-xs* selected.
1. Leave *Debian 10 (Buster)* as the operating system; it's the only one availabe for Capsuls at this time.
@ -53,7 +53,7 @@ The email message contains an authorization link to your new account on yolo.ser
1. Wait for your Capsul to be created and initialized.
![Create capsule](15-yolo-create-capsule.png "Create capsule")
1. Check out your new Capsul!
1. Click the Capsul *id* link. ![capsule created](16-yolo-capsule-created.png "capsule created")
1. Click the Capsul *id* link, which is capsul-fk46nit117 in this example. ![capsule created](16-yolo-capsule-created.png "capsule created")
1. You'll see the details for your new Capsul. You will need two items from this page for later: the *IPv4 Address* (a.k.a. ip address) and the **SSH HOST KEY FINGERPRINTS**.
![capsule details](17-yolo-capsule-details.png "capsule details")
1. It's recommended you copy the fingerprints into a plain text file; Notepad is fine for this: ![save capsul host fingerprints](18-win-notepad-host-fingerprints.png "save capsul host fingerprints")
@ -68,7 +68,7 @@ The email message contains an authorization link to your new account on yolo.ser
1. If it matches, enter "yes" in the command line window prompt "Are you sure you want to continue connecting".
![run ssh and match fingerprints](19-win-match-ssh-fingerprint.png "run ssh and match fingerprints")
1. You are now logged into your remote Capsule. ![first capsule login](20-win-first-capsul-login.png "first capsule login")
1. The default login shell for *user* is dash. If you prefer the bash shell, you can change it with the chsh command, as shown:
1. The default login shell for **user** is dash. If you prefer the bash shell, you can change it with the chsh command, as shown:
![change default shell to bash](21-capsul-change-to-bash-shell.png "change default shell to bash")
***Congratulations!*** You have created your remote Capsul and logged into it from your local Windows computer.