From: Vincent Le Gallic Date: Sun, 29 Sep 2013 12:42:10 +0000 (+0200) Subject: Raccourci pour se connecter à une borne wifi X-Git-Url: http://gitweb.pimeys.fr/?a=commitdiff_plain;ds=sidebyside;h=c73ee4619165a69d0bb7ffab40cac22c25f917ee;p=scripts-20-100.git Raccourci pour se connecter à une borne wifi --- 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