391 projects for "linux ssh" with 1 filter applied:

  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • Ship Agents Faster Icon
    Ship Agents Faster

    Transform your applications and workflows into powerful agentic systems at global scale.

    Gemini Enterprise Agent Platform lets you rapidly build, scale, govern and optimize production-ready agents grounded in your organization's data. The platform enables developers to build custom or pre-built agents for virtually any use case. New customers get $300 in free credits.
    Start Free
  • 1
    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
  • 2
    sktrap (script kiddies trap) is a tiny intrusion detection system. Installed on the monitor server, it runs tests via ssh on its clients. Cracks very visible (files,open ports). Built in reply to and very succesful in finding real-world break-ins.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    The proxy type of this program is Socks5,so it can support HTTP(S)/POP3/SSH/etc,use it to build a local proxy by put the PHP program to the remote server. Most of PHP programs need to import certification or need a public IP/port to support HTTPS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    A set of backup scripts for backing up folders, logical volumes, mysql and postgres databases to remote hosts over ssh.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Fully Managed MySQL, PostgreSQL, and SQL Server Icon
    Fully Managed MySQL, PostgreSQL, and SQL Server

    Automatic backups, patching, replication, and failover. Focus on your app, not your database.

    Cloud SQL handles your database ops end to end, so you can focus on your app.
    Start Free
  • 5
    Cluster101 allows you to run software on many hosts and perform a simple task scheduling. No need to install any software on the hosts (it just runs tasks via ssh). It is typically used for running scientific applications on University campuses.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6
    OGSS uses Python and libgmail to allow you to control your computer via SMS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    If you are managing hosts, you want to see what's happening on the console. Ideally you want to interact with the console as well via a managed solution. multicons will watch that console for you and allow users to interact with the console keeping complete logs. multicons is a daemon that provides multiplexed access to network accessible consoles (e.g. terminal servers, Serial Over LAN, etc). Features include kerberised authentication, ACL based entitlements, multiple viewers/editors, full...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    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: 3 This Week
    Last Update:
    See Project
  • 9
    A Grid Security Interface (GSI) enabled SSH terminal application based on the SSHTools suite. Users can use GSI-SSHTerm as an easy way of connecting to the Grid.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Go from Code to Production URL in Seconds Icon
    Go from Code to Production URL in Seconds

    Cloud Run deploys apps in any language instantly. Scales to zero. Pay only when code runs.

    Skip the Kubernetes configs. Cloud Run handles HTTPS, scaling, and infrastructure automatically. Two million requests free per month.
    Start Free
  • 10
    jBoom
    A Java program / applet for remote bookmark and mail address management. Browser and system independent, no special web service required. All you need is ftp or ssh access to a remote host.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 11
    A multithreading performance test tool for ssh/scp 多线程的ssh性能测试工具,主要用于对ssh服务器的性能测试。 可以自动以指定线程数连接ssh服务器并执行设定的命令序列,可以监控期间产生了多少流
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Software to retrieve password of administrative system users stored in a MySQL database, designed for Nagios to access servers via expect or via SSH when you have not the Public key. Not exclusive to Nagios, but very desirable to sysadmins.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    r5backup is a backup script using rsync and ssh to make backups. It can handle remote hosts, is rapid and reliable. r5backup comes with 5 scripts: the main backup script, a scheduler, a launcher for remote invocation, an admin tool and a recover tool
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    QRManager is GUI frontend for renote connections such as RDP, VNC, SSH and others
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    An IP Tracker for Mac OS X, Client and Server-side, very small! Logs your IP and the Date. If your Laptop is stolen you can log in via SSH, install a keylogger or something like this. Maybe a Windows or a linux version is coming soon..
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    BigSync is a simple utility that allows to incremetally backup huge files, particularly disk images for virtual machines and database files. BigSync stores these files efficiently in a compressed directory hash and is able to handle files of 4 TB
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    An sshd implementation in LPC (requires DGD version 1.2.105 or later)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    A QT4 port for putty, the free telnet/ssh client. Q4 2015/Q1 2016 will see qputty updated to use the latest putty release (0.66). Q2 2016 will see support for QT5.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 19
    Parallel Secure Shell (pssh) is an ssh wrapper that makes it easy to execute commands on multiple remote systems in parallel. pssh accepts lists of host names, system attributes and exclusions.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Rdbackup is a small and easy to use backup system based on rsync and ssh. It works with a disk-to-disk backuping strategy where the data are stored on a single backup server. Rdbackup also provides a status monitoring through the SNMP interface.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    SSHMenu is a GNOME panel applet that allows you to start up an SSH connection in a new terminal window with a single click. A preferences dialog allows you to add and organise host connections and specify fonts, colors and window geometry.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Pexpect is a Python module for spawning child applications; controlling them; and responding to expected patterns in their output. Pexpect can be used for automating interactive applications such as ssh, ftp, passwd, telnet, etc. Pexpect is pure Python. Note that Pexpect development has moved to Github: https://github.com/pexpect/pexpect
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Parallelizes multiple system commands to a group of UNIX like remote servers simultaneously using concurrent processes. Supported protocol are: FTP, SFTP, TELNET, SSH and SCP. All system command are supported provide that they are not interactive.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 24
    HSSH (Hybrid ssh) is developing to transmit the large size data at high speed on the long distance and wideband infrastructure. It has achieved the fast transfer by changing both ways pipeio transfer of ssh into the UDP (using UDT). cf. HSCP
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Black scalpel is an advanced graphical (Swing gui) security and analysis tool written in Java, C and Assembler (platform independent). Current stage is early alpha, many features are still missing. Use SVN!
    Downloads: 0 This Week
    Last Update:
    See Project