SSH Software

  • Our Free Plans just got better! | Auth0 Icon
    Our Free Plans just got better! | Auth0

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your security. Auth0 now, thank yourself later.
    Try free now
  • Simple, Secure Domain Registration Icon
    Simple, Secure Domain Registration

    Get your domain at wholesale price. Cloudflare offers simple, secure registration with no markups, plus free DNS, CDN, and SSL integration.

    Register or renew your domain and pay only what we pay. No markups, hidden fees, or surprise add-ons. Choose from over 400 TLDs (.com, .ai, .dev). Every domain is integrated with Cloudflare's industry-leading DNS, CDN, and free SSL to make your site faster and more secure. Simple, secure, at-cost domain registration.
    Sign up for free
  • 1
    Middleware for Existing SSH Hosts (Mesh)

    Middleware for Existing SSH Hosts (Mesh)

    Fine-grained authorizations and single sign-on for SSH remote commands

    Mesh is a secure, lightweight grid middleware that is based on the addition of a single sign-on capability to the built-in public key authentication mechanism of SSH using system call interposition.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Monocaffe Connections Manager
    Is a complete GUI replacement for the gnome terminal which allows you to manage your connections, cluster mode (for sending commands for several servers at the same time) and support for ssh, ftp, telnet, vnc and rdesktop.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    System to distribute keys from many users to many hosts running SSH.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    OGSS uses Python and libgmail to allow you to control your computer via SMS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Gen AI apps are built with MongoDB Atlas Icon
    Gen AI apps are built with MongoDB Atlas

    Build gen AI apps with an all-in-one modern database: MongoDB Atlas

    MongoDB Atlas provides built-in vector search and a flexible document model so developers can build, scale, and run gen AI apps without stitching together multiple databases. From LLM integration to semantic search, Atlas simplifies your AI architecture—and it’s free to get started.
    Start Free
  • 5
    Adapt OpenSSH as a library that can be used in other programs
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    Please use https://code.google.com/p/ganymed-ssh-2/ , as this current project is not getting the attention it should and therefore should be considered as 'parked'. Orion SSH for Java is a library which implements the SSH-2 protocol in pure Java. This is the new name, and home, for Trilead SSH (formerly Ganymed SSH2).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    PHP SSH2 lib

    Fork of PECL SSH2 0.11.3 includes keyboard_interactive login

    PECL SSH2 is a library for using SSH in PHP. The function ssh2_auth_password fails if the SSH client has keyboard_interactive method set. This fork is made to rectify the above problem. The patches have been sent to PECL . It may release in their next package release also. Visit http://www.adcoprod.com/ njoy!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    The RBSEE (Remote Bash Script Execution Engine) is set of the bash script which allows user to send & execute scripts on a remote platform and then collect and assert results. Mainly used for test automation.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Build Securely on Azure with Proven Frameworks Icon
    Build Securely on Azure with Proven Frameworks

    Lay a foundation for success with Tested Reference Architectures developed by Fortinet’s experts. Learn more in this white paper.

    Moving to the cloud brings new challenges. How can you manage a larger attack surface while ensuring great network performance? Turn to Fortinet’s Tested Reference Architectures, blueprints for designing and securing cloud environments built by cybersecurity experts. Learn more and explore use cases in this white paper.
    Download Now
  • 10
    Rapid Tunneling is a set of scripts using ssh -R that provides a VPN-like functionality with an easy-to-use command-line and web interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    SSH Interruption Mitigator (SSHIM)

    SSH Interruption Mitigator (SSHIM)

    Allow remote ssh commands to survive connection failures

    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    kcm_sshd is a python-based KControl module intended for configuring OpenSSHD servers. It supports many common options and integrates nicely into System Settings and other KDE configuration tools.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    An sshd implementation in LPC (requires DGD version 1.2.105 or later)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SSH-Toggler
    A simple python based tool for toggling the state of SSH Server in Debian systems featuring a small GTK2-GUI.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Turm

    Turm

    The *nix remote manager

    Web-GUI and user-extensible command library for managing applications and services remotely. The primary goal is to create a system that can manage: - LXC Containers - Libvirt virtual networks - OpenVPN networks - Reverse proxies for IPv4 - IPv6 networking - Web-Hosting applications - Content Management System's - Simple configuration commands and routines The end game is an administrator tool that can manage even a complex cloud-computing-like system as a hybrid virtual and real server farm. Turm can run from any LAMP system, (Linux Apache MySql PHP), and control any SSH-accessible client. Unix/Linux, Os X, and possibly even Windows via freeSSHd.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    curlplusplus

    A c++ wrapper/bind around libcurl

    This wrapper is meant to use curl in an OOP manner while preserving the programming style / API style of libcurl. This is more like an object oriented c++ bind rather than a wrapper, as it tries to keep the api as simple and as close to the original as possible without wrapping unnecessary stuff.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Inotifyfs is a set of scripts, primarily on bash to allow user keep remote and local folders synced in real time in efficient way based on inotify kernel evens and function in user space.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    This is a ssh command-line front-end tool coding with bash.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    netcfgtoolssh

    netcfgtoolssh

    Python script for pushing the same configuration on multiple devices.

    Python script for pushing the same configuration (stored in a predefined file) on multiple devices at the same time via SSHv2. The script reads the IPs of the devices from the NETWORK_IP file, then gets the SSHv2/Telnet credentials from the SSH_USERPASS file and sends the commands you enter in the CMD_FILE file to all the devices. The script also checks if all the needed files exist, if all the IP addresses are valid and if all the devices are reachable. Tools used: Python 2.7.3, GNS3, Linux.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    nfslap

    nfslap

    Automated NFS misconfiguration root obtainer

    This is a quick script I wrote to automate a rather inconveniently long sequence of terminal commands to compromise a misconfigured nfs server, and obtain root. In other words i'm lazy, so I wrote a bash script. Password is: FELIX Programmed on kali linux, to use on metasploitable2.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    ssh-cron

    cron-like daemon able to use ssh connections

    Ssh-cron has moved to GitHub, and can now be reached at https://fbb-git.github.io/ssh-cron/ Please refer to github's location for the latest archive and releases.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    ssh-utils

    ssh-utils

    Support Tools for OpenSSH with multiple agents

    The ssh-utils package provides tools and extensions for the application of SSH. Current contained tools: - ssh-agent-manage.sh The management of the parallel SSH access by multiple agents, sessions, and keys. - ssh-pk-type.sh Displays private key type. - ssh-pk-asn1.sh Displays the private key as ASN.1.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    torssh

    Makes a SSH conection through TOR

    A simple bash script to make a secure shell (SSH) connection using the TOR network. This script requires Tor and proxychains installed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    ZimmerSCP

    ZimmerSCP

    SCP GUI client for altering two remote file systems.

    This program is a GUI based SCP (Secure CoPy) client. It utilizes three windows for three file systems, allowing files to be copied between them, as well as files in each to be deleted, edited, or renamed either independently, or remote files in sync with each other.
    Downloads: 1 This Week
    Last Update:
    See Project