-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
0 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ Host *.root proxy.example.com | |
UserKnownHostsFile "/home/alice/.tsh/known_hosts" | ||
IdentityFile "/home/alice/.tsh/keys/example.com/bob" | ||
CertificateFile "/home/alice/.tsh/keys/example.com/bob-ssh/example.com-cert.pub" | ||
PubkeyAcceptedAlgorithms [email protected] | ||
HostKeyAlgorithms [email protected],[email protected],[email protected] | ||
|
||
# Flags for all root hosts except the proxy | ||
|
@@ -17,7 +16,6 @@ Host *.leaf proxy.example.com | |
UserKnownHostsFile "/home/alice/.tsh/known_hosts" | ||
IdentityFile "/home/alice/.tsh/keys/example.com/bob" | ||
CertificateFile "/home/alice/.tsh/keys/example.com/bob-ssh/example.com-cert.pub" | ||
PubkeyAcceptedAlgorithms [email protected] | ||
HostKeyAlgorithms [email protected],[email protected],[email protected] | ||
|
||
# Flags for all leaf hosts except the proxy | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ Host *.example.com proxy.example.com | |
UserKnownHostsFile "/home/alice/.tsh/known_hosts" | ||
IdentityFile "/home/alice/.tsh/keys/example.com/bob" | ||
CertificateFile "/home/alice/.tsh/keys/example.com/bob-ssh/example.com-cert.pub" | ||
PubkeyAcceptedAlgorithms [email protected] | ||
HostKeyAlgorithms [email protected],[email protected],[email protected] | ||
|
||
# Flags for all example.com hosts except the proxy | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,6 @@ Host *.tele.blackmesa.gov tele.blackmesa.gov | |
UserKnownHostsFile "/test/dir/known_hosts" | ||
IdentityFile "/test/dir/key" | ||
CertificateFile "/test/dir/key-cert.pub" | ||
PubkeyAcceptedAlgorithms [email protected] | ||
HostKeyAlgorithms [email protected],[email protected],[email protected] | ||
|
||
# Flags for all tele.blackmesa.gov hosts except the proxy | ||
|