Pages

Showing posts with label Remote SSH. Show all posts
Showing posts with label Remote SSH. Show all posts

Friday, 13 July 2018

Remote SSH in Linux

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