dotfiles/ssh/config.laptop

84 lines
1.6 KiB
Plaintext
Raw Normal View History

# ssh config file
Host *
Ciphers aes128-gcm@openssh.com,aes256-gcm@openssh.com,chacha20-poly1305@openssh.com,aes256-ctr,aes192-ctr,aes128-ctr
# GitHub
Host github.com
IdentityFile=~/.ssh/github
# Gitea
Host git.its-et.me
User git
IdentityFile=~/.ssh/gitea
Port 2200
Hostname git.its-et.me
Host pve01k
User etorres
IdentityFile=~/.ssh/pve-01k
HostName pve-01k.tail755c5.ts.net
Port 22
Host pve01k-local
User etorres
IdentityFile=~/.ssh/pve-01k
HostName 192.168.1.4
Port 22
# lax-01 (Linode public-facing server)
Host lax01
User etorres
IdentityFile=~/.ssh/lax-01
HostName lax-01.tail755c5.ts.net
Port 22
# rsync.net remote storage
Host rsyncnet
User fm1833
IdentityFile=~/.ssh/rsyncnet
HostName fm1833.rsync.net
Port 22
# ===== pve-01 + VMs =====
Host pve01
User etorres
IdentityFile=~/.ssh/pve-01
HostName pve-01.tail755c5.ts.net
Port 22
# ----- VMs -----
2024-09-16 21:44:47 -07:00
Host bld01
User etorres
IdentityFile=~/.ssh/bld-01
HostName bld-01.tail755c5.ts.net
Port 22
Host bld02
User etorres
IdentityFile=~/.ssh/bld-02
HostName bld-02.tail755c5.ts.net
Port 22
Host srv01
User etorres
IdentityFile=~/.ssh/srv-01
HostName srv-01.tail755c5.ts.net
Port 22
2024-09-09 22:48:07 -07:00
Host srv02
User etorres
IdentityFile=~/.ssh/srv-02
HostName srv-02.tail755c5.ts.net
Port 22
2024-09-05 19:36:31 -07:00
Host minecraft1
User etorres
IdentityFile=~/.ssh/minecraft1
HostName minecraft1.tail755c5.ts.net
Host web01
User etorres
IdentityFile=~/.ssh/web-01
HostName web-01.tail755c5.ts.net
Port 22