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.
SSH Error
If the fingerprint is incorrect you will receive an error message similar to below.
Navigate to the .ssh folder located in C:\users\username\.ssh and delete the known_hosts file.
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
Stopping the Application and Booting to the Loader/Installer
From the command line, the application can be stopped using the systemctl stop command. This will automatically startup the Installer service.
systemctl stop Ahsoka.Application.service
To view the Ahsoka services that are running use the systemctl list command.
systemctl list-unit-files
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.