Tag: ssh
-
Quick Tip: Add Screen Name to Bash Prompt
in Dev StuffDiscover how to effortlessly enhance your shell prompt with screen session names, a simple yet powerful tweak for SSH sessions.
-
Open source ngrok alternative
in Dev StuffLearn about setting up sish, an open-source ngrok alternative, for secure HTTP(S)/WS(S)/TCP tunnels. Follow the steps to create a wildcard subdomain, set up a DigitalOcean droplet, install necessary packages, obtain SSL certificates, and set up sish service with Docker. Finally, create a shortcut program to initiate tunnels locally.
-
Windows, SFTP, and the Registry
in WindowsEasily handle dynamically generated SFTP IPs and ports by creating a wrapper script in Windows, allowing you to efficiently manage connections with additional data like private keys and proxy information. Register a handler for SFTP URIs with a Windows Registry file to streamline the process of connecting to SFTP directories.