init
This commit is contained in:
8
dot_ssh/config
Normal file
8
dot_ssh/config
Normal file
@@ -0,0 +1,8 @@
|
||||
Include ~/.colima/ssh_config
|
||||
Include ~/.ssh/config.d/*
|
||||
|
||||
Host *
|
||||
Controlmaster auto
|
||||
Controlpath /tmp/ssh-%r@%h:%p
|
||||
IdentityAgent "~/Library/Group Containers/2BUA8C4S2C.com.1password/t/agent.sock"
|
||||
ForwardAgent yes
|
||||
22
dot_ssh/config.d/git-coder
Normal file
22
dot_ssh/config.d/git-coder
Normal file
@@ -0,0 +1,22 @@
|
||||
# ------------START-CODER-----------
|
||||
# This section is managed by coder. DO NOT EDIT.
|
||||
#
|
||||
# You should not hand-edit this section unless you are removing it, all
|
||||
# changes will be lost when running "coder config-ssh".
|
||||
#
|
||||
Host coder.*
|
||||
ConnectTimeout=0
|
||||
StrictHostKeyChecking=no
|
||||
UserKnownHostsFile=/dev/null
|
||||
LogLevel ERROR
|
||||
ProxyCommand /opt/homebrew/bin/coder --global-config "~/Library/Application Support/coderv2" ssh --stdio --ssh-host-prefix coder. %h
|
||||
|
||||
Host *.coder
|
||||
ConnectTimeout=0
|
||||
StrictHostKeyChecking=no
|
||||
UserKnownHostsFile=/dev/null
|
||||
LogLevel ERROR
|
||||
|
||||
Match host *.coder !exec "/opt/homebrew/bin/coder connect exists %h"
|
||||
ProxyCommand /opt/homebrew/bin/coder --global-config "~/Library/Application Support/coderv2" ssh --stdio --hostname-suffix coder %h
|
||||
# ------------END-CODER------------
|
||||
13
dot_ssh/config.d/git-private
Normal file
13
dot_ssh/config.d/git-private
Normal file
@@ -0,0 +1,13 @@
|
||||
host github-private
|
||||
hostname ssh.github.com
|
||||
user git
|
||||
port 443
|
||||
IdentityFile ~/.ssh/keys/github-private.pub
|
||||
IdentitiesOnly yes
|
||||
|
||||
host gitea-ssh.olsen.cloud
|
||||
hostname gitea-ssh.olsen.cloud
|
||||
user git
|
||||
port 2202
|
||||
IdentityFile ~/.ssh/keys/github-private.pub
|
||||
IdentitiesOnly yes
|
||||
6
dot_ssh/config.d/git-zeronorth
Normal file
6
dot_ssh/config.d/git-zeronorth
Normal file
@@ -0,0 +1,6 @@
|
||||
host github-zeronorth
|
||||
hostname ssh.github.com
|
||||
user git
|
||||
port 443
|
||||
IdentityFile ~/.ssh/keys/github-zeronorth.pub
|
||||
IdentitiesOnly yes
|
||||
4
dot_ssh/config.d/github
Normal file
4
dot_ssh/config.d/github
Normal file
@@ -0,0 +1,4 @@
|
||||
host github.com
|
||||
hostname ssh.github.com
|
||||
user git
|
||||
port 443
|
||||
1
dot_ssh/private_keys/private_github-private.pub
Normal file
1
dot_ssh/private_keys/private_github-private.pub
Normal file
@@ -0,0 +1 @@
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFaIAP/ZJ7+7jeR44e1yIJjfQAB6MN351LDKJAXVF62P
|
||||
1
dot_ssh/private_keys/private_github-zeronorth.pub
Normal file
1
dot_ssh/private_keys/private_github-zeronorth.pub
Normal file
@@ -0,0 +1 @@
|
||||
ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIKDbZITpz5QrVIxPn9gKVWMPK+3W3YZZGszFOQvO/h7M
|
||||
Reference in New Issue
Block a user