mirror of
https://github.com/Murmele/Gittyup.git
synced 2024-11-05 02:46:56 +03:00
5b50913de3
Add tests for SSH config URL rewriting
13 lines
172 B
Plaintext
13 lines
172 B
Plaintext
Host testhost
|
|
Hostname resolvedhost
|
|
Port 12345
|
|
User anotheruser
|
|
|
|
Host diffport
|
|
Port 4321
|
|
|
|
Host diffuser
|
|
User seconduser
|
|
|
|
Host diffhost
|
|
Hostname secondhost |