Skip to content

Commit

Permalink
Remove unneccesary table padding
Browse files Browse the repository at this point in the history
  • Loading branch information
campb303 committed May 18, 2021
1 parent 22179e8 commit fd52b94
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/Dev Environment Setup Guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,11 @@ Host campb303-w2vm1

The configuration above will allow you to connect to the development machine and automatically forward ports for development tools to work. Here's a bit more detail about what's going on:

| Key | Value |
|--------------|----------------------------------------------------------------------------------|
| Host | A friendly name to identify an SSH host by. This can be anything. |
| HostName | The DNS name or IP address of the computer you're connecting to. |
| User | The name of your user on the computer you're connecting to. |
| Key | Value |
| - | - |
| Host | A friendly name to identify an SSH host by. This can be anything. |
| HostName | The DNS name or IP address of the computer you're connecting to. |
| User | The name of your user on the computer you're connecting to. |
| LocalForward | Forwards a port on your computer to a port on the computer you're connecting to. |

!!! tip
Expand Down

0 comments on commit fd52b94

Please sign in to comment.