Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
guitarrapc committed Aug 8, 2023
2 parents e8a2651 + 5b2bc16 commit ea3922f
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 7 deletions.
6 changes: 6 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,9 @@ end_of_line = lf
indent_style = tab
insert_final_newline = true
tab_width = 4

[config]
end_of_line = lf

[*.conf]
end_of_line = lf
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
.DS_Store
Thumbs.db
.gitconfig.lock
conf.private.d/
2 changes: 2 additions & 0 deletions home/.ssh/conf.d/aws.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
host i-* mi-*
ProxyCommand sh -c "aws ssm start-session --target %h --document-name AWS-StartSSHSession --parameters 'portNumber=%p'"
7 changes: 7 additions & 0 deletions home/.ssh/conf.d/github.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# X: git clone git@github.com:Organisation/Repository
# O: git clone github.com:Organisation/Repository
Host github.com
User git
Hostname ssh.github.com
Port 443
IdentityFile ~/.ssh/gitkraken_rsa
10 changes: 3 additions & 7 deletions home/.ssh/config
Original file line number Diff line number Diff line change
@@ -1,8 +1,4 @@
Host github.com
User git
Hostname ssh.github.com
Port 443
IdentityFile ~/.ssh/gitkraken_rsa
Include conf.d/*

host i-* mi-*
ProxyCommand sh -c "aws ssm start-session --target %h --document-name AWS-StartSSHSession --parameters 'portNumber=%p'"
# add your private config files here
Include conf.private.d/*
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,5 @@
"markdown": true,
"scminput": false
},
"go.toolsManagement.autoUpdate": true,
}

0 comments on commit ea3922f

Please sign in to comment.