Scripts posted recently tagged to remote in Kelpi

1- 1 of 1.

expect code for automatic remote ssh login and erasing a file

to TCL expect erase remote by jonbaine

#!/usr/bin/expect -f
if {$argc < 4 || $argc > 5} {
   puts "Usage: sshErase <file> <user> <passwd> <ip> <port(optional)>"
   exit
 }
hits counter