diff options
author | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-04-22 14:54:33 +0100 |
---|---|---|
committer | Matthew Lemon <chaffinach+git@protonmail.ch> | 2022-04-22 14:54:33 +0100 |
commit | f613b41f5d46563458386d22f2d484c8f90f1333 (patch) | |
tree | c7475aeecc06c5a2bc9b37e578614a86a2d91455 /ssh.pl | |
parent | ff837c754444d5be95d2b667510ffa78eace2d41 (diff) | |
parent | 3b608c886dd630b7268b286c8b2ec493f66fdf9e (diff) |
update
Diffstat (limited to '')
-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); |