# SSH For my own hosts
# Oxygen
Host oxygen
	HostName 10.85.3.30
	User joe

Host crawler.kitsunehosting.net
    HostName crawler.kitsunehosting.net
    User joe

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

host frigate
    IdentityFile ~/.ssh/hydroxonium
    HostName 10.85.5.20
    User joe

host portainer
    IdentityFile ~/.ssh/hydroxonium
    HostName 10.85.3.60
    User joe

host crackheadbot
    HostName 10.85.3.182
    User joe

host dockerhost
    HostName 10.85.3.75
    User joe

Host cobalt
    HostName 10.85.3.6
    User root

Host ssh.kitsunehosting.net
    port 2222
    IdentityFile ~/.ssh/gitea

# Supermicro machine in the server rack
Host manganese
    HostName 10.85.3.5
    User root

# R710
Host nickel
    HostName 10.85.3.4
    User root

# My main NAS
Host zinc
    IdentityFile ~/.ssh/hydroxonium
    HostName 10.85.3.120
    User joe

# APRS 
Host houston
    IdentityFile ~/.ssh/hydroxonium
    HostName 10.85.3.39
    User joe

Host deck
    HostName 10.85.3.221
    User deck

# booru Image Server
Host booru
    IdentityFile ~/.ssh/hydroxonium
    HostName 10.85.3.71
    User joe

# Caddy
Host caddy
    IdentityFile ~/.ssh/hydroxonium
    HostName 10.85.3.9
    User joe

# Robotics
# 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
    HostName 10.17.21.30
    User joe


# SSH for git servers
# Gitlab
Host gitlab.com
    IdentityFile ~/.ssh/gitlab
    UpdateHostKeys no

# Arch User Repo
Host aur.archlinux.org
    IdentityFile ~/.ssh/aur
    User aur

# Personal Git Server
Host ssh.kitsunehosting.net
    Port 2222
    IdentityFile ~/.ssh/gitea

# Github
Host github.com
    Hostname ssh.github.com
    Port 443
    User git
    IdentityFile ~/.ssh/github

Host snowsunehost
    Hostname 10.85.3.65
    User joe

# 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

# Silvertech
Host devserver
    HostName 10.12.32.35
    User joe

Host bosch
    HostName 192.168.0.41
    #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
    HostName 10.10.20.27
    IdentityFile ~/.ssh/silvertech-iot

# Platformio remote
Host pio-remote
    HostName 10.144.0.15
    IdentityFile ~/.ssh/silvertech-iot

# Little mini-pc in the IOT room
Host pioremote
    # This is actually a zerotier ip
    HostName 10.144.0.15
    IdentityFile ~/.ssh/silvertech/silvertech
    IdentitiesOnly yes

# Work laptop
Host workLaptop
    HostName 10.144.236.234
    IdentityFile ~/.ssh/hydroxonium

# Argen pi
Host argen
    HostName 10.10.20.11
    User joe
    IdentityFile ~/.ssh/gitlab

Host asterisk
    HostName 10.85.3.155
    IdentityFile ~/.ssh/hydroxonium

# Pterodactyal stuff
Host wing1.kitsunehosting.net
    HostName wing1.kitsunehosting.net
    PreferredAuthentications password
    IdentityFile none
