Tag
A native graphical shell for SSH, Outer Shell, provides a browser-based interface for remote servers, using HTTP apps over Unix sockets with SSH encryption, enabling a new ecosystem of graphical server apps.
This tutorial provides a visual cheat sheet and practical labs for SSH local and remote port forwarding, covering common use cases like accessing private databases and exposing local servers.
A visual guide to SSH local and remote port forwarding, explaining how to access private services and expose local ports via SSH tunnels, with practical examples and configuration tips.
A practical tutorial explaining SSH local and remote port forwarding with diagrams and labs for accessing internal network services securely.
pyinfra is an open-source, agentless infrastructure automation tool in pure Python, claimed to be 6x faster than Ansible, with parallel SSH execution, idempotent operations, and dry-run previews.
ShellMate is a tool that allows users to manage SSH servers, credentials, and teams from a single place.
Introduces the best practices for joint development with Codex and Claude Code on MacBook, including a 24x7 dev host and a four-panel layout.
HomeLab Monitor is a self-hosted, single Docker container that aggregates GPU stats, container memory, disk usage, and service health across multiple machines via SSH, without requiring Prometheus/Grafana or agents.
This article describes a new feature that allows users to tail CI logs over SSH using a terminal user interface, requiring no installation and handling ANSI codes correctly.
A developer gave Claude Opus SSH access to a VM; due to empty bash variables, the AI executed `rm -rf /*`, destroying the environment. The article critiques the hype around autonomous AI agents.
Local Panel is a local SSH server manager that requires no subscriptions or installations.
Sharing a $73.76 network optimization prompt that provides detailed guidance for an AI assistant to remotely diagnose and optimize home or enterprise network issues via SSH, emphasizing minimal interruption, layered troubleshooting, and quantifiable verification.
Tips for using Grok Build to manage multiple machines via SSH and tmux sessions, as shared by Yun-Ta Tsai.
Termique is a tool that simplifies SSH connections by removing the usual friction.
A Twitter thread outlines five foundational tools for building agentic systems: Tailscale for mesh networking, Termius for SSH access, tmux for persistent sessions, a private git repo for memory, and scripting everything from day one. The post emphasizes that these basics matter more than any specific model or framework.
A Linux 0-day vulnerability in __ptrace_may_access() allows unprivileged users to read root-owned files like SSH host keys and /etc/shadow. Affects many distros and kernels, with exploits available for ssh-keysign and chage.
A user shares his experience setting up Codex across multiple devices (MacBook, Mac mini, phone) with SSH, creating an always-accessible AI coding assistant that feels like a persistent presence rather than being tied to a single computer.
Codex Thursdays Fifth Edition announces new features including mobile preview, remote SSH/devboxes, hooks, access tokens, and HIPAA compliance.
Termux Lite is a lightweight SSH terminal application for Android that includes support for FTP and SFTP protocols.
A new technique using cloud-init to inject temporary SSH host keys, protecting the first SSH connection to a new VM from man-in-the-middle attacks on any cloud provider. Includes a hardened open-source script implementation.