Support .ssh/config
Beware and avoid leaking sensitive data. Options: - ensure wpcarro/dotfiles remains private while support potentially sensitive documents - consider encrypting sensitive documents using gnupg or git-crypt - consider having someone from the Security team audit the repository to ensure that nothing sensitive is being leaked
This commit is contained in:
parent
babd7393d5
commit
f4c53982c7
2 changed files with 6 additions and 27 deletions
5
configs/shared/misc/.ssh/config
Normal file
5
configs/shared/misc/.ssh/config
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Host box
|
||||
Hostname wpcarro.lon.corp.google.com
|
||||
|
||||
Match host *.corp.google.com
|
||||
ProxyCommand corp-ssh-helper %h %p
|
||||
Loading…
Add table
Add a link
Reference in a new issue