I hereby claim:
- I am eran132 on github.
- I am eranmark (https://keybase.io/eranmark) on keybase.
- I have a public key ASDVii2XbZR9pJ_wbEUImZ8WieAtpZ14f6JGZIOn6613Mgo
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
#First make sure you have expect package installed | |
#Prepare the ip addresses list using NMAP | |
#!/usr/bin/expect | |
set hostlist [open /path/to/ip_addresses_of_hosts_with_ssh_daemon.txt] | |
set ipaddrs [read $hostlist] | |
foreach line [split $ipaddrs \n] { |