10 results
tagged
ssh
sshx | A secure web-based, collaborative terminal
sshx lets you share your terminal with anyone by link, on a multiplayer infinite canvas.
It has real-time collaboration, with remote cursors and chat. It's also fast and end-to-end encrypted, with a lightweight server written in Rust.
Install sshx with a single command. Use it for teaching, debugging, or cloud access.
January 10, 2024 at 7:45:38 PM EST
*
FILLER
The power of SSH tunneling. How it can make your developer life easier
This is where local port forward comes in handy. Just create an SSH connection to your remote server, like the earlier example, but this time you must add a flag that is telling the SSH program to forward a specific hostname and port:
$ ssh -L
Remote port forwarding is like the opposite of local port forwarding. It will forward all requests on a remote servers’ port to your machine.
$ ssh -R
May 28, 2019 at 2:44:59 PM EDT
*
FILLER
Ksplice » Six things I wish Mom told me (about ssh) - System administration and software blog
August 27, 2010 at 1:21:29 PM EDT
*
FILLER
Displaying Remote Clients
FILLER