16 lines
275 B
Markdown
16 lines
275 B
Markdown
# SSH-CLIENT-CONFIG
|
|
|
|
|
|
*Host git.fantasticpartner.com
|
|
**Hostname git.fantasticpartner.com
|
|
**User fabio
|
|
**Port 2222
|
|
**IdentityFile /Users/fabio/.ssh/id_rsa
|
|
|
|
Host git.prada.ch
|
|
Hostname git.prada.ch
|
|
User fabio
|
|
Port 2222
|
|
IdentityFile /Users/fabio/.ssh/id_rsa
|
|
|