Bump ssh
This commit is contained in:
parent
a23e71ab5a
commit
9c819d6325
40
.ssh/config
40
.ssh/config
|
|
@ -12,6 +12,10 @@ host edge
|
|||
HostName 10.85.5.52
|
||||
User joe
|
||||
|
||||
host portainer
|
||||
HostName 10.85.3.60
|
||||
User joe
|
||||
|
||||
host bitwarden
|
||||
HostName 10.85.3.83
|
||||
User joe
|
||||
|
|
@ -21,6 +25,11 @@ host frigate
|
|||
HostName 10.85.3.22
|
||||
User joe
|
||||
|
||||
host portainer
|
||||
IdentityFile ~/.ssh/hydroxonium
|
||||
HostName 10.85.3.60
|
||||
User joe
|
||||
|
||||
host crackheadbot
|
||||
HostName 10.85.3.182
|
||||
User joe
|
||||
|
|
@ -39,7 +48,7 @@ Host manganese
|
|||
User root
|
||||
|
||||
# R710
|
||||
Host magnesium
|
||||
Host nickel
|
||||
HostName 10.85.3.4
|
||||
User root
|
||||
|
||||
|
|
@ -80,6 +89,12 @@ Host caddy
|
|||
# 1721's main NAS
|
||||
Host flattoaster
|
||||
HostName 10.17.21.10
|
||||
PreferredAuthentications password
|
||||
IdentityFile none
|
||||
User root
|
||||
|
||||
Host robotics-vps
|
||||
HostName 50.116.52.250
|
||||
User root
|
||||
|
||||
Host lapis
|
||||
|
|
@ -105,8 +120,19 @@ Host ssh.kitsunehosting.net
|
|||
|
||||
# Github
|
||||
Host github.com
|
||||
Hostname ssh.github.com
|
||||
Port 443
|
||||
User git
|
||||
IdentityFile ~/.ssh/github
|
||||
|
||||
# Also github but, for snowsune
|
||||
Host github_snowsune
|
||||
HostName ssh.github.com
|
||||
User git
|
||||
Port 443
|
||||
IdentityFile ~/.ssh/github_snowsune
|
||||
IdentitiesOnly yes
|
||||
|
||||
# Bitbucket
|
||||
Host bitbucket.org
|
||||
IdentityFile ~/.ssh/bitbucket
|
||||
|
|
@ -121,6 +147,12 @@ Host bosch
|
|||
#IdentityFile ~/.ssh/silvertech/ssh_host_dsa_key
|
||||
#UpdateHostKeys no
|
||||
|
||||
Host retropie
|
||||
HostName 10.19.80.2
|
||||
User pi
|
||||
IdentityFile ~/.ssh/silvertech/silvertech
|
||||
IdentitiesOnly yes
|
||||
|
||||
# The little docker host in the closet
|
||||
# Runs the vestabot image
|
||||
Host stdocker1
|
||||
|
|
@ -132,6 +164,7 @@ Host pioremote
|
|||
# This is actually a zerotier ip
|
||||
HostName 10.144.0.15
|
||||
IdentityFile ~/.ssh/silvertech/silvertech
|
||||
IdentitiesOnly yes
|
||||
|
||||
# Work laptop
|
||||
Host workLaptop
|
||||
|
|
@ -143,3 +176,8 @@ Host argen
|
|||
HostName 10.20.30.224
|
||||
|
||||
|
||||
# Pterodactyal stuff
|
||||
Host wing1.kitsunehosting.net
|
||||
HostName wing1.kitsunehosting.net
|
||||
PreferredAuthentications password
|
||||
IdentityFile none
|
||||
|
|
|
|||
Loading…
Reference in New Issue