update ignore
add clockwork bastion for hob
This commit is contained in:
parent
eab2d7e165
commit
1262a9ed4b
2 changed files with 7 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
|
@ -1,4 +1,5 @@
|
||||||
*
|
*
|
||||||
|
!**/.gitignore
|
||||||
!.gitignore
|
!.gitignore
|
||||||
!.bash_profile
|
!.bash_profile
|
||||||
!.liquidpromptrc
|
!.liquidpromptrc
|
||||||
|
|
@ -9,3 +10,5 @@
|
||||||
!.aliases
|
!.aliases
|
||||||
!.editorconfig
|
!.editorconfig
|
||||||
!.digrc
|
!.digrc
|
||||||
|
!config
|
||||||
|
!config/*
|
||||||
|
|
|
||||||
4
.ssh/config
Normal file → Executable file
4
.ssh/config
Normal file → Executable file
|
|
@ -12,3 +12,7 @@ Host *.f06f2bea-bde9-4aa2-a19c-2ba65010de9e.drush.in
|
||||||
ControlPath ~/.ssh/control-%r
|
ControlPath ~/.ssh/control-%r
|
||||||
Host *.pozitronic.com
|
Host *.pozitronic.com
|
||||||
ForwardAgent yes
|
ForwardAgent yes
|
||||||
|
Host hob-dev
|
||||||
|
HostName 64.112.239.68
|
||||||
|
User clockwork
|
||||||
|
#ProxyCommand ssh -o VisualHostKey=no -q -W %h:%p bastion-f
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue