In
this case, we will learn how we can access from own linux server to
other linux server with using except script and more practically method.
First method is except script;
#!/usr/bin/env expect
set username “EWH”
set password “EWH”
set password2 “****”
set host “1.1.1.1” ## you can use more hosts and usernames/passwords
set username “EWH”
set password “EWH”
set password2 “****”
set host “1.1.1.1” ## you can use more hosts and usernames/passwords