From 3110179d496d7675dccb8e477016607370e72521 Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Thu, 9 Feb 2017 14:55:01 +0100 Subject: [PATCH 1/1] SSH zeldren --- .ssh/config | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.ssh/config b/.ssh/config index eeeed71..439617c 100644 --- a/.ssh/config +++ b/.ssh/config @@ -49,12 +49,17 @@ ServerAliveCountMax 3 # ProxyCommand = pour passer par un autre serveur intermédiaire # (pour un serveur qui ne peut pas être contacté directement) -UserKnownHostsFile ~/.ssh/known_hosts ~/.ssh/known_hosts_crans ~/.ssh/known_hosts_dptinfo +UserKnownHostsFile ~/.ssh/known_hosts ~/.ssh/known_hosts_crans ~/.ssh/known_hosts_dptinfo ~/.ssh/known_hosts_telecom_serveurs ~/.ssh/known_hosts_telecom_tp # +--------------+ # | Mes machines | # +--------------+ +Host zeldren.crans.org zeldren + HostName zeldren.crans.org + User vincent + ForwardAgent yes + Host cerebro.crans.org cerebro HostName cerebro.crans.org User vincent -- 2.39.2