|
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:
Login Name - root
IP Address - S50 & S70 = 192.168.7.1 or Openview, P100 = 192.168.5.1
Connecting Using the Windows SSH Client:
Open a Windows Command Prompt or PowerShell window and type:
ssh root@192.168.7.1After 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.ApplicationAll logged system messages in the Linux journal can be viewed with the command:
journalctlStopping 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.serviceTo view the Ahsoka services that are running use the systemctl list command.
systemctl list-unit-filesMore 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.