IceDBorn / rtssh

An application that hooks to RivaTuner Statistics Server and displays CPU temperature and frequency of a SSH linux client on the OSD

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Prerequisites

  1. SSH
  2. lm-sensors
  3. RivaTuner Statistics Server
  4. Git for Windows
  5. .NET Framework 4.7.2
  6. Microsoft Visual C++ Redistributable 2015-2019

How to use

Linux

  1. Open a terminal and run sensors -j > sensors.json
  2. Move sensors.json to Windows

Windows

  1. Open powershell
  2. Run ssh-keygen -t ed25519, press enter until the key's created
  3. Open Git Bash
  4. Run ssh-copy-id user@host (user = <YOUR_LINUX_USERNAME> - host = <IP_ADDRESS_OF_LINUX_HOST>, usually 192.168.122.1 for QEMU/KVM VMs)
  5. Open RTSSH
  6. Check the settings you want to use under Settings section
  7. Fill user
  8. Fill host
  9. Fill port, usually 22
  10. Browse for the private key file, usually located at C:\Users\<USERNAME>\.ssh as id_rsa
  11. If both or temperature is selected under Display, browse for sensors.json and select temperature to print, otherwise go to the next step
  12. Press Connect

Credits

  1. damob-byun for OpenRtssText
  2. sshnet for SSH.NET

About

An application that hooks to RivaTuner Statistics Server and displays CPU temperature and frequency of a SSH linux client on the OSD

License:GNU General Public License v3.0


Languages

Language:C# 100.0%