aboutsummaryrefslogtreecommitdiffstats
path: root/ssh.pl
diff options
context:
space:
mode:
authorMatthew Lemon <chaffinach+git@protonmail.ch>2022-04-22 14:54:33 +0100
committerMatthew Lemon <chaffinach+git@protonmail.ch>2022-04-22 14:54:33 +0100
commitf613b41f5d46563458386d22f2d484c8f90f1333 (patch)
treec7475aeecc06c5a2bc9b37e578614a86a2d91455 /ssh.pl
parentff837c754444d5be95d2b667510ffa78eace2d41 (diff)
parent3b608c886dd630b7268b286c8b2ec493f66fdf9e (diff)
update
Diffstat (limited to '')
-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);