diff options
Diffstat (limited to 'ssh.pl')
-rw-r--r-- | ssh.pl | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -3,7 +3,8 @@ use warnings; use Net::OpenSSH; use JSON; -my $host = "192.168.122.184"; +my $host = "10.13.37.203"; +# my $host = "192.168.122.184"; my $user = "lemon"; my $ssh = Net::OpenSSH->new($host, user => $user); |