Rtssh
An application that hooks to RivaTuner Statistics Server and displays CPU temperature and frequency of a SSH linux client on the OSD
Install / Use
/learn @IceDBorn/RtsshREADME
Prerequisites
- <a href="https://www.ubuntupit.com/how-to-install-configure-and-enable-ssh-service-in-linux/" target="_blank">SSH</a>
- <a href="https://linoxide.com/install-lm-sensors-linux/" target="_blank">lm-sensors</a>
- <a href="https://www.guru3d.com/files-details/rtss-rivatuner-statistics-server-download.html" target="_blank">RivaTuner Statistics Server</a>
- <a href="https://gitforwindows.org/" target="_blank">Git for Windows</a>
- <a href="https://dotnet.microsoft.com/download/dotnet-framework/thank-you/net472-web-installer" target="_blank">.NET Framework 4.7.2</a>
- <a href="https://aka.ms/vs/16/release/vc_redist.x64.exe" target="_blank">Microsoft Visual C++ Redistributable 2015-2019</a>
How to use
<b>Linux</b>
- Open a terminal and run
sensors -j > sensors.json - Move sensors.json to Windows
<b>Windows</b>
- Open
powershell - Run
ssh-keygen -t ed25519, press enter until the key's created - Open
Git Bash - Run
ssh-copy-id user@host(user= <YOUR_LINUX_USERNAME> -host= <IP_ADDRESS_OF_LINUX_HOST>, usually192.168.122.1for QEMU/KVM VMs) - Open RTSSH
- Check the settings you want to use under
Settingssection - Fill
user - Fill
host - Fill
port, usually22 - Browse for the private key file, usually located at
C:\Users\<USERNAME>\.sshasid_rsa - If
bothortemperatureis selected underDisplay, browse forsensors.jsonand select temperature to print, otherwise go to the next step - Press Connect
Credits
- <b>damob-byun</b> for <a href="https://github.com/damob-byun/OpenRtssText" target="_blank">OpenRtssText</a>
- <b>sshnet</b> for <a href="https://github.com/sshnet/SSH.NET/" target="_blank">SSH.NET</a>
