[ Index ]

PHP Cross Reference of Unnamed Project

title

Body

[close]

/tftp-tools/install-clients-linux/sources/unefois/all/ -> get-ssh-key.unefois (source)

   1  #!/bin/bash
   2  
   3  wget http://$SE3}/paquet_cles_pub_ssh.tar.gz
   4  if [ "$?" = "0" ]; then
   5      tar -xzf paquet_cles_pub_ssh.tar.gz && \
   6      cat *.pub > authorized_keys && \
   7      rm paquet_cles_pub_ssh.tar.gz
   8  else
   9      echo "Echec de la recuperation des cles pub." | tee -a $compte_rendu
  10  fi


Generated: Tue Mar 17 22:47:18 2015 Cross-referenced by PHPXref 0.7.1