Skip to content
Snippets Groups Projects
Commit 9d0514ca authored by nimrod's avatar nimrod
Browse files

SSH config: Specify the key for SchooLinks VPN.

It double duty as an SSH bastion.
parent 881bf0e4
No related branches found
No related tags found
No related merge requests found
......@@ -11,6 +11,9 @@ Host monitoring.schoolinks.com
Host sftp*.schoolinks.com
IdentityFile ~/.ssh/schoolinks_sftp_rsa
Host firezone*.schoolinks.com
IdentityFile ~/.ssh/schoolinks_vpn_rsa
Host !firezone.schoolinks.com *.schoolinks.com 172.31.*.* 172.30.*.* 172.29.*.*
ProxyCommand ssh firezone.schoolinks.com -W %h:%p
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment