aboutsummaryrefslogtreecommitdiffstats
path: root/ssh.pl
diff options
context:
space:
mode:
Diffstat (limited to 'ssh.pl')
-rw-r--r--ssh.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/ssh.pl b/ssh.pl
index d22d74d..a846637 100644
--- a/ssh.pl
+++ b/ssh.pl
@@ -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);