Overview: A remote SSH terminal window can be opened to access files and run commands on the display.
Before beginning this process:
|
Generic SSH Client Connection Values:
Most SSH clients can connect to the display by providing the username "root", an empty password, either "OpenView" or "192.168.7.1" as the host, and specifying port 22.
Connecting Using the Windows SSH Client:
Open a Windows Command Prompt or PowerShell window and type:
ssh root@OpenView
or
ssh root@192.168.7.1
After accepting the fingerprint, a Linux root user command prompt will be displayed.
Navigating and Viewing the journal:
If needed, navigation to the currently installed application can be accomplished with the command:
cd /usr/local/Ahsoka/current
Messages generated by the currently installed application can be viewed with the command:
journalctl -u Ahsoka.Application
All logged system messages in the Linux journal can be viewed with the command:
journalctl
More Information:
More information about the Windows SSH client can be found at:
https://learn.microsoft.com/en-us/windows/terminal/tutorials/ssh
For those unfamiliar with Linux, information about Linux Command Prompt and basic commands is here:
https://ubuntu.com/tutorials/command-line-for-beginners#4-creating-folders-and-files
And an overview of monitoring Linux processes is here:
https://discourse.ubuntu.com/t/viewing-and-monitoring-processes-in-linux/26024
Comments
0 comments
Please sign in to leave a comment.