Explorar o código

Remove SSH config

Sensitive data irrelevant to be shown to public.
DricomDragon %!s(int64=3) %!d(string=hai) anos
pai
achega
61258adb7c
Modificáronse 2 ficheiros con 0 adicións e 54 borrados
  1. 0 53
      Install/Templates/home/ssh/config
  2. 0 1
      Install/basic-custom

+ 0 - 53
Install/Templates/home/ssh/config

@@ -1,53 +0,0 @@
-# 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:

+ 0 - 1
Install/basic-custom

@@ -6,7 +6,6 @@ mkdir --parents $HOME/.ssh
 
 # Link resources
 ln --relative --symbolic Templates/home/bin $HOME/.bin
-cp --link Templates/home/ssh/config $HOME/.ssh/config
 
 # Basic config
 mv $HOME/.config/fish $HOME/.config/fish_stock_backup