Skip to content

Commit a8822c1

Browse files
committed
fixed lint issues
1 parent 64ef070 commit a8822c1

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

docs/openstack/create-and-connect-to-the-VM/ssh-to-the-VM.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -74,12 +74,10 @@ sure you want to connect. Type `yes`.
7474
your SSH configuration file (typically found in `~/.ssh/config`). The SSH configuration
7575
file might include entry for your newly launched VM like this:
7676

77-
```ssh
78-
Host example
79-
HostName 199.94.60.66
80-
User ubuntu
81-
IdentityFile ~/.ssh/cloud.key
82-
```
77+
Host example
78+
HostName 199.94.60.66
79+
User ubuntu
80+
IdentityFile ~/.ssh/cloud.key
8381

8482
Here, the `Host` value can be any name you want; it is simply a label for the other
8583
settings. The `Hostname` value is the **Floating IP** you have associated to your
@@ -91,9 +89,7 @@ not have to type username, hostname, and private key each time.
9189

9290
Then you can ssh into the your example VM running:
9391

94-
```ssh
95-
ssh example
96-
```
92+
ssh example
9793

9894
---
9995

0 commit comments

Comments
 (0)