Steve Cohen created a new topic ' Indi Remote Question' in the forum. 1 year ago

I think I want to use Indi remotely. I have a Raspberry Pi at my scope running Astroberry. I want to run KStars on my laptop (inside) and communicate with the Raspberry Pi wirelessly.

Reading the manual, section 7.6.2, I find this:

But running this command only brings a syntax error message on my Ubuntu 22.04 laptop

$ ssh -L 8624:192.168.86.61:8623
usage: ssh [-46AaCfGgKkMNnqsTtVvXxYy] [-B bind_interface]
           [-b bind_address] [-c cipher_spec] [-D [bind_address:]port]
           [-E log_file] [-e escape_char] [-F configfile] [-I pkcs11]
           [-i identity_file] [-J [user@]host[:port]] [-L address]
           [-l login_name] [-m mac_spec] [-O ctl_cmd] [-o option] [-p port]
           [-Q query_option] [-R address] [-S ctl_path] [-W host:port]
           [-w local_tun[:remote_tun]] destination [command [argument ...]]

What am I doing wrong, and do I even need to be doing this to achieve my goal?

Read More...