From c73ee4619165a69d0bb7ffab40cac22c25f917ee Mon Sep 17 00:00:00 2001 From: Vincent Le Gallic Date: Sun, 29 Sep 2013 14:42:10 +0200 Subject: [PATCH] =?utf8?q?Raccourci=20pour=20se=20connecter=20=C3=A0=20une?= =?utf8?q?=20borne=20wifi?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- ssh_borne | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 ssh_borne diff --git a/ssh_borne b/ssh_borne new file mode 100755 index 0000000..e955b59 --- /dev/null +++ b/ssh_borne @@ -0,0 +1,3 @@ +#!/bin/sh + +ssh -i /usr/scripts/gestion/clef-wifi -o BatchMode=yes -o UserKnownHostsFile=~/.ssh/ssh_known_bornes -o ForwardX11=no -o StrictHostKeyChecking=no -o PasswordAuthentication=no -o ConnectTimeout=10 root@$1.ap.crans.org -- 2.39.2