1
0
Fork 0

add ssh config

This commit is contained in:
cătălin 2023-06-19 14:52:10 +02:00
commit 2309854898
Signed by: catalin
GPG key ID: 0178DF42F43E5FD2
5 changed files with 429 additions and 0 deletions

74
sshconfig Normal file
View file

@ -0,0 +1,74 @@
Host fuku.ramiel
HostName ramiel.fuku
User catalin
IdentityFile ~/.ssh/id_ed25519
IdentitiesOnly yes
Host fuku.containers.root
HostName containers.fuku
User root
IdentityFile ~/.ssh/id_ed25519
Host fuku.containers
HostName containers.fuku
User bullseye
IdentityFile ~/.ssh/id_ed25519
Host fuku.sandalphon
HostName sandalphon.fuku
User pi
IdentityFile ~/.ssh/id_ed25519
IdentitiesOnly yes
Host fuku.zeruel
HostName zeruel.fuku
User pi
IdentityFile ~/.ssh/id_ed25519
IdentitiesOnly yes
Host fuku.dns
HostName dns.fuku
User root
IdentityFile ~/.ssh/id_ed25519
IdentitiesOnly yes
Host fuku.cloud
HostName cloud.fuku
User root
IdentityFile ~/.ssh/id_ed25519
IdentitiesOnly yes
Host fuku.pg9
HostName postgres.fuku
IdentityFile ~/.ssh/id_ed25519
User root
Host fuku.pg15
HostName postgres15.fuku
IdentityFile ~/.ssh/id_ed25519
User root
Host fuku.smough
HostName smough.fuku
IdentityFile ~/.ssh/id_ed25519
User root
Host fuku.gitea
HostName gitea.fuku
IdentityFile ~/.ssh/id_ed25519
User root
Host fuku.nginx
HostName nginx.fuku
IdentityFile ~/.ssh/id_ed25519
User root
Host fuku.mail
HostName mail.fukurokuju.dev
IdentityFile ~/.ssh/id_ed25519
User root
Host fuku.k3s
HostName k3s.fuku
User catalin