Guest User

Untitled

a guest
May 25th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. config.put("MaxAuthTries", "6");
  2.  
  3. config.put("MaxAuthTries", "3");
  4.  
  5. <script language="javascript"> <![CDATA[
  6. com.jcraft.jsch.JSch.setConfig("MaxAuthTries", "1");
  7. ]]> </script>
  8.  
  9. <sshexec host="..." username="..." password="..." command="..."/>
Add Comment
Please, Sign In to add comment