dotfiles/root/home/bhasher/.ssh/config

112 lines
2.2 KiB
Plaintext

Host snode0 192.168.1.220
Hostname 192.168.1.220
User pi
IdentityFile ~/.ssh/snodes
Host pikot 10.0.0.200
Hostname 10.0.0.200
User pi
Host truenas freenas snas 192.168.1.201
Hostname 192.168.1.201
User bhasher
IdentityFile ~/.ssh/snode
Host synnas 10.0.0.201
Hostname 10.0.0.201
User admin
Host vps bdubois.io
Hostname bdubois.io
User debian
IdentityFile ~/.ssh/ovh_vps
Host llnux
Hostname 10.0.0.1
Port 1234
User docker
IdentityFile ~/.ssh/llnux
Host llnux-vpn
Hostname 192.168.30.2
Port 22
User docker
Host ingi
Hostname studssh.info.ucl.ac.be
IdentityFile ~/.ssh/ingi_ed25519
ServerAliveInterval 60
Port 22
User bridubois
#ForwardX11Trusted yes
#LocalForward 10000 localhost:10000
Host llnuxingi llnux-ingi
Hostname kot-li-nux.info.ucl.ac.be
IdentityFile ~/.ssh/llnux-ingi_rsa
User root
ForwardX11Trusted yes
DynamicForward 10000
ProxyCommand ssh -q -W %h:%p ingi
Host mininet
Hostname 130.104.229.9
User root
IdentityFile ~/.ssh/mininet
ForwardX11Trusted yes
DynamicForward 10000
Port 2020
ProxyCommand ssh -q -W %h:%p ingi
Host miniweb
Hostname studssh.info.ucl.ac.be
IdentityFile ~/.ssh/ingi_ed25519
ServerAliveInterval 60
Port 22
User bridubois
LocalForward 127.0.0.1:8080 130.104.229.9:80
Host shp 192.168.1.221
Hostname 192.168.1.221
User shp
IdentityFile ~/.ssh/snodes
Host forge.uclouvain.be
User git
IdentityFile ~/.ssh/gitkey
Host github.com
User git
IdentityFile ~/.ssh/gitkey
Host git.nrbdigital.be
User git
IdentityFile ~/.ssh/nrb
Host gitlab.com
User git
IdentityFile ~/.ssh/gitlab
Host git.bhasher.com
User git
Port 2222
Hostname 192.168.1.221
IdentityFile ~/.ssh/gitea
Host linfo2145-1
User linfo2145
Hostname linfo2145-1.westeurope.cloudapp.azure.com
IdentityFile ~/.ssh/LINFO2145_key.pem
Host linfo2145-2
User linfo2145
Hostname linfo2145-2.westeurope.cloudapp.azure.com
IdentityFile ~/.ssh/LINFO2145_key.pem
Host aur.archlinux.org
IdentityFile ~/.ssh/aur
User aur
Host *
IdentitiesOnly=yes