8 lines
120 B
Markdown
8 lines
120 B
Markdown
Add the following in your `.ssh/config`
|
|
|
|
```
|
|
Host gitwapspell
|
|
HostName 209.126.80.40
|
|
User git
|
|
Port 22899
|
|
``` |