]> gitweb.fluxo.info Git - utils-ssh.git/commitdiff
Fix servers evaluation at ssh-authorized-send and ssh-privsend
authorSilvio Rhatto <rhatto@riseup.net>
Tue, 14 Mar 2017 13:49:26 +0000 (10:49 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Tue, 14 Mar 2017 13:49:26 +0000 (10:49 -0300)
ssh-authorized-send
ssh-privsend

index 22f55963b882e76bad7c88b81287e31a3e7f4064..dc9c8c3b610666fcad51927c48ec94e528540182 100755 (executable)
@@ -6,6 +6,9 @@
 # Parameters
 BASENAME="`basename $0`"
 KEY="$1"
+
+# Servers
+shift
 SERVERS="$*"
 
 # Checks
index 55f4bfbe183daaaa1ae622b32608fc20526e4968..9ea225dda3d4d8b1c9c5dabaa3b3b53888ace724 100755 (executable)
@@ -6,6 +6,9 @@
 # Parameters
 BASENAME="`basename $0`"
 KEY="$1"
+
+# Servers
+shift
 SERVERS="$*"
 
 # Checks