Search
Results
xaitax/CVE-2024-6387_Check: CVE-2024-6387_Check is a lightweight, efficient tool designed to identify servers running vulnerable versions of OpenSSH
Windows SSH: Permissions for 'private-key' are too open - Super User
A Visual Guide to SSH Tunnels (with labs)
A Visual Guide to SSH Tunnels (with labs)
Reverse SSH Tunneling - From Start to End - JFrog Connect
SSHGuard
the_cyber_plumbers_handbook/cph_version_1.4_20210829.pdf at master · opsdisk/the_cyber_plumbers_handbook · GitHub
Remote connection: Differences between VNC and ssh -X - Unix & Linux Stack Exchange
VNC exports a whole session, desktop and all, while ssh will run a single program and show its windows on your workstation. The VNC server exports a session that survives even when you disconnect your screen, and you can reconnect to it later with all the windows open etc. This is not possible with an ssh X tunnel, since when your X server dies, the windows go away. 1. That's the biggest reason I always use VNC, never direct X window. (I use VNC over a ssh tunnel). When I close the lid on my laptop, the connection is broken. With ssh -X, there is no way to resume -- I have to re-start the application from the beginning. With VNC (both direct and over a ssh tunnel), I can reconnect and resume. 2. If an actual GUI app is not required, and just basic shell access will do (e.g., xterm), then do “ssh“ followed by “screen bash“. If disconnected (laptop closed,vpn disconnected, etc), the remote shell stays active. Re-login & re-connect via “screen -r“. I only bring this up since I've seen people run vnc just for basic shell access (or run a remote xterm displayed locally); most of the time (but of course not always), simple shell access will suffice. @simona after the successful ssh login, then run screen: ssh user@host ; and after logged in: screen bash ; to disconnect, ctrl+a followed by ctrl+d. You can logout and login again, then: screen -ls and screen -r. Exiting bash exits the screen session. See screen tutorials
Visual guide to SSH tunnels
GitHub - MisterTea/EternalTerminal: Re-Connectable secure remote shell
SSH Tips & Tricks
How to SSH Properly
SSHUTTLE - VPN over SSH | VPN Alternative - TerminalBytes.com
DAG: Tunneling SSH over HTTP(S)
Panic - Shockingly Good Software.
How to connect to VNC using SSH - TechRepublic
SSH Tutorial for Ubuntu Linux :: Chris Jean
Making SSH Work for YouHost-Based Config OptionsCreating Hostname AliasesKeep the Connection AliveUsing Keypairs to Increase SecurityGenerating an SSH Authentication Key
OpenSSH: Legacy Options
Chapter 2. Installing Guacamole
[SOLVED] Can't ssh to a specific computer after upgrade
ssh -m hmac-md5 username@pc
How To Use SSHFS to Mount Remote File Systems Over SSH | DigitalOcean
sshfs -o allow_other,defer_permissions,IdentityFile=
Howto: Use tar command through network over ssh session
The aim of this vbs script is to launch putty using an URL like ssh://login@host directly from a browser. The .bat is almost the same than .vbs but less robust and just their for older systems.
10 SCP Commands to Transfer Files/Folders in Linux
Mosh: the mobile shell
Securing SSH with two factor authentication using Google Authenticator | blackMORE Ops
KpyM Telnet/SSH Server
Computer Officers, Department of Chemistry, Minimal install of cygwin open-sshd under Windows
untitled
apenwarr/sshuttle · GitHub
autossh
PuTTY Tray
"PuTTY Tray is an improved version of PuTTY. It features some cosmetic changes, and a number of addons to make it more useful and much more fun to use."A replacement for PuTTY which can do clickable URLs and local session saving. Also reconnects on connection failure. Useful for TinyFugue users.