Showing 26 open source projects for "ssh client"

View related business solutions
  • 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
  • Grafana: The open and composable observability platform Icon
    Grafana: The open and composable observability platform

    Faster answers, predictable costs, and no lock-in built by the team helping to make observability accessible to anyone.

    Grafana is the open source analytics & monitoring solution for every database.
    Learn More
  • 1
    Downloads: 13 This Week
    Last Update:
    See Project
  • 2
    whoami.filippo.io

    whoami.filippo.io

    A ssh server that knows who you are. $ ssh whoami.filippo.io

    whoami.filippo.io powers a diagnostic service that reports what your client and connection look like from the other side, making it a handy mirror for network and TLS debugging. It surfaces details such as your IP address, protocol versions, cipher suites, SNI, and other attributes that are otherwise tedious to confirm across layers. The tool emphasizes clarity and minimalism, helping engineers quickly verify configuration changes in browsers, proxies, VPNs, or CLI tools. It is especially...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 3
    Russh

    Russh

    Rust SSH client & server library

    Russh provides a Rust library for implementing SSH clients and servers with a modern, async-friendly design. It exposes building blocks for authentication, channel management, port forwarding, and key handling, allowing you to embed SSH functionality directly into Rust applications. The API is designed to be explicit and composable, making it possible to implement custom behaviors like reverse tunnels, interactive shells, and service multiplexing. Because performance and safety are central,...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Tabby Web

    Tabby Web

    An SSH/Telnet/Serial client in your browser

    ...The architecture splits concerns: a Django-based control plane manages users, auth, and configuration, while a gateway service handles network transport so browser clients can reach SSH, Telnet, or serial targets. This separation enables multi-user deployments with persistent settings, role-based access, and storage backends for artifacts. It’s useful for organizations that need managed remote access from within a web portal, without installing a full desktop client on every machine. With its focus on admin ergonomics and end-user UX, Tabby Web turns terminal access into a managed, auditable, and scalable web application.
    Downloads: 1 This Week
    Last Update:
    See Project
  • The TMS Designed for Freight Brokers Icon
    The TMS Designed for Freight Brokers

    Unify Your Workflows with a Fully Integrated Platform

    Tai Software is a fully integrated Transportation Management System (TMS) built to meet the real needs of freight brokers. It efficiently manages Full Truckload (FTL), Less Than Truckload (LTL), and more, helping optimize operations, enhance carrier selection, win more business, and improve profitability. Tai connects with leading LTL carriers, load boards, tracking tools, and other platforms to centralize workflows and eliminate inefficiencies.
    Learn More
  • 5
    FileCentipede

    FileCentipede

    File centipede is an internet file download manager

    File centipede is an internet file download/upload manager, Torrent client, WebDAV client, FTP client, and SSH client. It's fast, customizable, user-friendly, multi-protocols supported, and free with no ads. It also contains many useful auxiliary tools such as HTTP requester, file merge, and encoders. With the browser integration, you can download audio and videos from websites, even encrypted videos.
    Downloads: 66 This Week
    Last Update:
    See Project
  • 6
    Balancing Load Across Systems (Ballast)
    Ballast is a tool for balancing user load across SSH servers that supports user-specific policies as well as traditional policies based on metrics such as CPU load. It includes a simple client, a lightweight data server, and a data collection agent.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    net2ftp

    net2ftp

    net2ftp is a web-based FTP client

    net2ftp is a web based FTP client. Use it at http://www.net2ftp.com or install it on your own web server (PHP needed, MySQL optional). Features: browse, copy/move/delete files and directories recursively, upload, download, edit, view code with syntax highlighting, zip and unzip. net2ftp now also supports FTP over SSH.
    Downloads: 10 This Week
    Last Update:
    See Project
  • 8

    YADE (SOSFTP)

    A Batch and API oriented application for managed file transfer.

    YADE (former SOSFTP) is a batch file transfer solution for FTP, FTPS, SFTP, WebDAV and other protocols. It provides a configurable command line client, an API and a bridge to the SOS JobScheduler. YADE comes with advanced error handling and logging capabilities. YADE is able to create and maintain a transfer history in a central database. Product Knowledge Base at https://kb.sos-berlin.com Change Management System at https://change.sos-berlin.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    ssh-chat

    ssh-chat

    Chat over SSH

    ...You can change the color theme of the chat, block or kick users, and chat on just about any platform where an SSH client is available, including on mobile.
    Downloads: 4 This Week
    Last Update:
    See Project
  • AI-powered SAST and AppSec platform that helps companies find and fix vulnerabilities. Icon
    AI-powered SAST and AppSec platform that helps companies find and fix vulnerabilities.

    Trusted by 750+ companies and performing 200k+ code scans monthly.

    ZeroPath (YC S24) is an AI-native application security platform that delivers comprehensive code protection beyond traditional SAST. Founded by security engineers from Tesla and Google, ZeroPath combines large language models with advanced program analysis to find and automatically fix vulnerabilities.
    Learn More
  • 10
    snowflake

    snowflake

    A modern graphical SSH client

    https://github.com/subhra74/snowflake Snowflake is a graphical SSH client. It has a file browser, terminal emulator, resource/process manager, disk space analyzer, text editor, log viewer and lots of other helpful tools, which makes it easy to work with remote servers. It runs on Linux and Windows. Snowflake has been tested with Ubuntu server, CentOS, RHEL, OpenSUSE, FreeBSD, OpenBSD, NetBSD and HP-UX
    Downloads: 9 This Week
    Last Update:
    See Project
  • 11
    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: 0 This Week
    Last Update:
    See Project
  • 12

    ssh-pull-id

    pulls ssh-id from a host instead of pushing to a host

    ssh-pull-id is a command line tool that does what ssh-copy-id does but in the opposite direction: instead of pushing your ssh-id to another machine, it pulls another machine's ssh-id into your host. the tool was made with Ubuntu Touch in mind, because its default ssh config is such, that ssh-copy-id won't work. this is because Ubuntu Touch device does not accept ssh client with password authentication, but only with public key based authentication. and copy-ssh-id itself uses password authentication to connect first, then push public key to the remote host, so that later key based authentication can be used instead. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    SSH System Administration Tool

    SSH System Administration Tool

    SSH Java client GUI for Unix, Linux administration and monitoring

    Raanan Zion https://au.linkedin.com/pub/raanan-zion/88/7b9/255 ssh Java interface for Unix, Linux and MS Windows system administration and monitoring. Automates firewall rule checks; exporting the results into Excel. Allows you to run multiple Unix commands on multiple servers simultaneously. Captures your network traces (on the port/ports and interface/interfaces of your choice) and at at a click of a button copies them back to your desktop opening. Remotely monitor your servers in a...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    SSHTOOLS J2SSH Maverick

    SSHTOOLS J2SSH Maverick

    The second generation SSH API from the original author of J2SSH

    J2SSH Maverick is the successor to the original J2SSH API and includes a complete and stable implementation of an SSH2 client. Originally built from the ground up by the original author back in 2003, this product has, until now, only been available under a commercial license. With the development and pending release of a third generation SSH API, this legacy API has now been released under the GPLv3 and will continue to be maintained by the core author as a contribution to the open source community.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    IdeaConnect parallelSSH

    .NET SSH client allowing to execute commands on multiple servers

    IdeaConnect parallelSSH (pSSH) is a Secure Shell connection client created in C# which runs under .NET and/or Mono platforms. Allows to open multiple SSH connections under Windows, OSX and Linux (Debian, CentOS, Ubuntu, openSUSE) platforms. The aim of the project is to create a good solution for management of multiple Linux-based servers. Built upon SharpSSH JSch wrapper by Tamir Gal, GPL licensed.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    dspTransfer

    complete file transfer command line client

    dspFileTransfer can upload and download files using ftp, sftp (ftp over ssh), http and https. The command line utility offers many advanced features such as upload or download a file only if the file is newer, parallel downloads etc. In addition the program can perform compression, decompression, encryption and decryption of processed files. The program is a part of batch file processing suite called Data Stream Processor. For full download and support go to www.datastreamprocessor.com. To...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Turm

    Turm

    The *nix remote manager

    ...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
  • 18

    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
  • 19
    OurBox
    OurBox is a tool for creating a free and self controlled alternative to DropBox. You will need a rsync/ssh server and a client in which you will have to install ourbox
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Little SSH configuration Manager. Manages hosts in SSH client configuration file. (See man ssh_config) Written in Python.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    HSCP (Hybrid scp) is developing to transmit the large size file at high speed on the long distance and wideband infrastructure. It has achieved the fast transfer by changing the file transfer part of scp into the UDP (using UDT).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    yessh is a bash project with autologin and password crypted it using ssh client
    Downloads: 3 This Week
    Last Update:
    See Project
  • 23
    DotNetSSH
    DotNetSSH is a pure .NET implementation of the SSH2 client protocol suite. DotNetSSH development is alive and active. DotNetSSH is a fork of Tamir's excellent SharpSSH, itself is a port of JCraft's java Jsch.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    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
  • 25
    Loma Larga

    Loma Larga

    Lomalarga is a VPN-like service based on SSH and Linux.

    Lomalarga is a port forwarding (VPN-like) service based on SSH & Linux. Based entirely on open source. The client is written in C# and the administration is based on Linux/lighttpd/PostgreSQL/PHP, with the UI written with Google Web Toolkit.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next