Remote Development with IntelliJ IDEA: SSH Tunnel Configuration for Linux Servers
Entroduction
Working with remote Linux environments is a common requirement for modern development teams. This guide explains how to configure IntelliJ IDEA for remote server development using SSH, and demonstrates how to establish connections through network boundaries using tunneling software. The appproach allows compilation, building, debug ...
Posted on Wed, 20 May 2026 19:24:28 +0000 by prudens
Deploy JumpServer Locally and Expose It via Public URL Using cpolar
JumpServer is an open-source bastion host that adheres to 4A security standards, enabling secure access control, real-time monitoring, and post-operation auditing for IT assets. This guide demonstrates how to install JumpServer locally and expose its web interface over the public internet using cpolar for remote access without a public IP or do ...
Posted on Tue, 19 May 2026 19:36:16 +0000 by paxman356