Tag: linux

Fixing Issues after upgrading Proxmox 7 to 8

My initial plan was to update all of my Proxmox nodes to the latest version by the end of this year. While most updates proceeded smoothly, I encountered two errors on one particular node. Given that updating servers is a critical operation, especially when they are only remotely accessible via the network, I decided to

SSH Tunnel RDP Session over another Host

Let’s say you want to tunnel an RDP connection via SSH.User: phausSSH-Server: ssh.example.comRDP-Server: win2k8.example.com You need to run that script and keep your session open.You can then access the remote System with a RDP Client over localhost 13389. Original Post: https://coderwall.com/p/wzvxhg/ssh-tunnel-rdp-session-over-another-host