1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- # SysInfo ISF
- Host *.cn.isf
- Port 46022
- User sysinfo
- IdentityFile ~/.ssh/id_isf_rsa
- Host conf.isf
- HostName conference.isf-france.org
- User sysinfo_conf
- IdentityFile ~/.ssh/id_isf_rsa
- Host visio.isf
- HostName visio.isf-france.org
- User sysinfo_visio
- IdentityFile ~/.ssh/id_isf_rsa
- Host web.isf
- HostName vps617980.ovh.net
- User sysinfo_web
- IdentityFile ~/.ssh/id_isf_rsa
- # My own servers
- ## Jupiter
- Host jupiter.local
- IdentityFile ~/.ssh/id_server_eddsa
- Port 7025
- HostName 192.168.1.101
- Host jupiter
- IdentityFile ~/.ssh/id_server_eddsa
- Port 7025
- HostName jovian-hersemeule.eu
- ## March
- Host march.local
- IdentityFile ~/.ssh/id_server_eddsa
- Port 7026
- HostName 192.168.1.104
- Host march
- IdentityFile ~/.ssh/id_server_eddsa
- Port 7026
- HostName nuage.hersemeule.ovh
- # My OVH servers
- ## Halley VPS
- Host halley
- User debian
- IdentityFile ~/.ssh/id_ovh_eddsa
- HostName vps-bd69b1b4.vps.ovh.net
- AddressFamily inet
- # vim: set syntax=sshconfig:
|