diff options
author | Xiao Pan <xyz@flylightning.xyz> | 2025-04-23 21:41:26 -0700 |
---|---|---|
committer | Xiao Pan <xyz@flylightning.xyz> | 2025-04-23 21:41:26 -0700 |
commit | ed66045a36f4fe23b84a0143c9692f9a009a91aa (patch) | |
tree | 9b05d85f67ed338b2d565cd1d82e1af410c4351e | |
parent | b9d1bc38d11322d60531b007ed29891182c71d79 (diff) |
set up rpi wg
-rw-r--r-- | remote_plot.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/remote_plot.c b/remote_plot.c index dbf43e0..11e367a 100644 --- a/remote_plot.c +++ b/remote_plot.c @@ -409,7 +409,7 @@ int main (int argc, char **argv) data.session = ssh_new(); if (data.session == NULL) exit(-1); - ssh_options_set(data.session, SSH_OPTIONS_HOST, "10.0.0.7"); + ssh_options_set(data.session, SSH_OPTIONS_HOST, "Spartan_Racing_Charger@10.0.0.9"); // Connect to server rc = ssh_connect(data.session); |