X-Git-Url: http://gitweb.pimeys.fr/?a=blobdiff_plain;f=ssh_borne;h=dd4423776805eb9cde64e288ff7c61c16c164d0c;hb=8bcf2e49f9d3b084598a1f2a6793382c0a5af22f;hp=e955b5952bacd566973bccecb3039a41e7f4edae;hpb=c73ee4619165a69d0bb7ffab40cac22c25f917ee;p=scripts-20-100.git diff --git a/ssh_borne b/ssh_borne index e955b59..dd44237 100755 --- a/ssh_borne +++ b/ssh_borne @@ -1,3 +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 +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.wifi.crans.org