Guest User

Untitled

a guest
Aug 10th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. echo"" ;
  2. echo "hostname:" $(ssh $HOST hostname) ;
  3. echo "IP:" $(ssh $HOST hostname -I) ;
  4. echo "uptime" $(ssh $HOST uptime) ;
  5. echo"" ;
Add Comment
Please, Sign In to add comment