1
1
Fork 0
This commit is contained in:
Kenwood 2025-05-25 14:01:00 -04:00
parent a23e71ab5a
commit 9c819d6325
1 changed files with 39 additions and 1 deletions

View File

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