Skip to content

Commit

Permalink
Update golden files
Browse files Browse the repository at this point in the history
  • Loading branch information
jakule committed Dec 21, 2022
1 parent 5ee411c commit 078feec
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 078feec

Please sign in to comment.