X-Git-Url: http://gitweb.pimeys.fr/?a=blobdiff_plain;f=ssh_borne;h=dd4423776805eb9cde64e288ff7c61c16c164d0c;hb=b81af30fef0c7be7c798094275cdc411521f7568;hp=e955b5952bacd566973bccecb3039a41e7f4edae;hpb=5713b9f4dd6dd88566bc57ba46f06e4e02dad857;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