Showing 550 open source projects for "linux ssh"

View related business solutions
  • Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure Icon
    Stop Cyber Threats with VM-Series Next-Gen Firewall on Azure

    Native application identity and user-based security for your Azure cloud

    Gain integrated visibility across all traffic in a single pass. Deploy Palo Alto Networks VM-Series to determine application identity and content while automating security policy updates via rich APIs.
    Get a free trial
  • Your monitoring isn't a stack. It's a pile. Fix that. Icon
    Your monitoring isn't a stack. It's a pile. Fix that.

    Errors, performance, logs, uptime. One install, one invoice, one UI.

    Replace Datadog, New Relic, and Sentry without adding three more dashboards.
    Free 30 days.
  • 1
    SPIZD stands for Stress Probing Invasive Zap Destructor; it's a command-line stress test tool used to determine how many simultaneous (concurrent) connections servers can handle. Protocols: http, pop3, pop3s, imap, imaps, smtp, smtps, ssh, radius.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2

    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
  • 3

    SysTyrant

    Advanced declarative configuration management tool

    This is an advanced declarative configuration management tool similar to puppet and chef. This tool has some significant advantages over puppet and chef: - Supports agent-less remote configuration (SSH-based), in addition to local and remote client/server based deployments. - In addition to it's own DSL, it supports a very wide range of languages (java, ruby, javascript, and many others) - Designed to build more than just servers, but whole environments.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    flizbox

    Seedbox Install Script for Dedi's (OVH, Kimsufi 2g etc..)

    ...Tested 100% working on 64-bit versions of:- - Debian 6 - Ubuntu 12.10 Server - Ubuntu 12.04 Server - Ubuntu 11.10 Server - Ubuntu 11.04 Server - Ubuntu 10.04 Server This script is for a single seedbox user only. How to use:- After a fresh Linux install, log in as the ROOT USER using the password they give you into SSH and paste the following lines in turn:- wget http://sourceforge.net/projects/flizbox/files/flizbox-v7.sh bash flizbox-v7.sh Sorry, I no longer have time to update this project.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Error to trace to log to deploy. One click. No SSH. Icon
    Error to trace to log to deploy. One click. No SSH.

    Catch the cause before the pager goes off.

    AppSignal links every error to the trace, the trace to the log, the log to the deploy that shipped it.
    Free 30 days.
  • 5
    raspenwrt

    raspenwrt

    implementation of openwrt in raspberry pi device

    ... - Require SD card minimum 1 GB class 6 or above, SD with class 4 it's not recomended - To get more space in root to install more openwrt module/app, you can resize second (mmcblkop2) partition that have ext 4 type with gparted (linux) or partition magic (windows) - Don't resize first partition in ur SD card (fat partition), it contain boot and mbr code...so dont change it at all - Login via browser/ssh to 192.168.1.1 with username: root pass: raspberryopenwrt
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    SSHMonitor

    SSH Monitor is a windows app to monitor unix services

    SSH Monitor is a windows app to monitor unix services. It works by configuring the server login info, and the commands to execute in order to start/stop/monitor status of any service.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    DynaFabric

    Manage existing clusters of machines efficiently via SSH.

    DynaFabric is an SSH based command dispatching and systems management framework, designed for easy implementation on existing networks. It allows you to configure SSH key based authentication, and centrally dispatch commands, manage installed software, maintain services, and enforce policies across your systems. DynaFabric is designed to be platform agnostic; support is being developed for FreeBSD, OpenBSD, NetBSD RHEL/CentOS, Ubuntu, Solaris 10, Solaris 11, and Illumos.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    GDuplicateFinder

    GDuplicateFinder

    GDuplicateFinder - A FREE Groovy way to find file duplicates!

    Unlike other duplicate finders such as Easy Duplicate File Finder, Auslogics Duplicate File Finder, MindGems Fast Duplicate File Finder, Duplicate Cleaner, DupFiles and others, GDuplicateFinder is a FREE cross-platform application, with the ability to search among not just local files, but files on the network, such as a Windows or a Linux share using VFS library. Taking advantage of Groovy facilities and GPars power to process in parallel, GDuplicateFinder will help you get rid of those...
    Downloads: 10 This Week
    Last Update:
    See Project
  • 9
    Jades

    Jades

    Java distributed executor service library

    This Java library provides the class DistributedExecutorService which implements java.util.concurrent.ExecutorService. The goal is to distribute tasks across a network of machines (nodes) over SSH. The API is designed to be as user-friendly as possible : 1. Instantiate DistributedExecutorService 2. Add nodes 3. Submit tasks The only requirement is that all machines have SSH and a compatible JRE (>= 6). More precisely, when a node is added, the application's jar is automatically...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Compliant and Reliable File Transfers Backed by Top Security Certifications Icon
    Compliant and Reliable File Transfers Backed by Top Security Certifications

    Cerberus FTP Server delivers SOC 2 Type II certified security and FIPS 140-2 validated encryption.

    Stop relying on non-certified, legacy file transfer tools that creak under the weight of modern security demands. Get full audit trails, advanced access controls and more supported by an award-winning team of experts. Start your free 25-day trial today.
    Start Free Trial
  • 10

    Port Blackhole

    Port Blackhole for Linux systems

    Whenever a users connects to port specified in the config file that ip gets added to ipchain or iptables. A pratical use would be to switch ssh port to 1200, than blacklist port 22, so anyone who tries to connect to your ssh gets banned. Also includes a WipePort feature incase you get banned
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    dynipdrop

    Drop specified IP n seconds remotely, auto-undrop it when timeout.

    ...So I written this program -- dynipdrop("dynipdrop" daemon and "ipdrop_local" to send a drop-msg from localhost, and "ipdrop_udp" to send a drop-msg to another server(installed the dynipdrop daemon). And I think: "Maybe I can make a client to drop the ssh-scan, like DenyHost(http://denyhost.sf.net)", so I write the "sshdprotector". dynipdrop run on linux and need iptables, I use "portsentry(http://sourceforge.net/projects/sentrytools/" + "sshdprotect" + "dynipdrop" to protect my servers, and hope this software make some help to you.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    IOS6 and recent iTunes updates have broken a few features. We have made some partial fixes, but they are not complete. If you'd like to help support our development, or take over the development please let us know. Explore the internal file structure of your iphone (or of a seized phone in the case of forensic teams) using either the iphone's own backup files or (for jail broken iphones) ssh. Viewing of plist, sqlite, and hex are supported. IOS 5 is now supported iOS 6 only partially...
    Downloads: 30 This Week
    Last Update:
    See Project
  • 13
    PortFusion

    PortFusion

    Distributed reverse / forward proxy and tunneling solution for TCP.

    PortFusion is a minimalistic, cross-platform, transport-layer distributed reverse / forward proxy for TCP written in Haskell + LLVM and released under GPLv3. A single package that makes the most of each platform by tapping into their unique capabilities, combining this power with an intuitive interface, beautiful design and Haskell's excellent support for unprecedented levels of concurrency and parallelism. It strives for the smallest source code size (< 500 lines) while delivering...
    Downloads: 6 This Week
    Last Update:
    See Project
  • 14

    Master Log

    Centralized SSH Authentication System with various capabilities.

    MasterLog is Centralized SSH Authentication System. Using this project you can login to all of your servers from one place in a simply fast way. It has many features such as ( Servers groups , Mass commands execution , Mass kernel update, Logging system and more ).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Rlogin

    A remote shell client/server much like ssh.

    Rlogin is a remote shell client (like ssh) designed to be fast and small. It is not encryped, which may have some small drawbacks in high-security enviroments, but that allows it to use a very high speed. Both the server (daemon) and client do not use very much memory. I am looking for more developers so if you are interested in joining, just sign up! More project/application info available at http://rlogin.sourceforge.net
    Downloads: 6 This Week
    Last Update:
    See Project
  • 16
    PYNBM

    PYNBM

    Python Network Bookmark Manager

    PYNBM (Python Network Bookmark Manager) is a free application that helps system and network administrators dealing with a huge number of systems to quickly connect remotely to any host or network device. PYNBM looks like a spreadsheet containing customizable tools in the context menu (ssh, vnc, http, telnet, scp... and everything you want), and offering the ability to continuously check systems state through an icmp polling. PYNBM is written in Python language, and is available for Windows, Linux and MacOSX systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    SAGA - Simple API for Grid Application. The OGF GWD-R.90 Standard (SAGA Core) Implementation(s). It comes with lots of middleware adaptors for cloud and grid middleware, like Globus, LSF, Condor, Sector/Sphere, EC2, SSH and more.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 18
    PyDSH is a remote administration tool, consisting of pydsh and pydcp. Pydsh allows you to run a command on multiple hosts in parallel over RSH, SSH or Telnet, OR manage your SSH public keys. The pydcp command allows copying files to/from multiple hosts.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Windows SSH

    SSH for Windows, Based upon Plink

    Windows Users, it's time to shut down your VirtualBox's. After trying so many different SSH emulators (Putty/Cygwin etc), I'm releasing a package based upon Simon Tatham's plink. All you need to do is download the package, run install.bat and open a command prompt. Then type in your SSH connection statement as standard.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    netappfiler

    Java API to access, configure and manage netapp filer

    Simple SSH based API to access, configure and manage NetApp DATA ONTAP filer. It uses SSH internally to access the NetApp Filer. Hence, SSH needs to be enabled on the filer before using this API.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    GoldenGate
    GoldenGate is an open source file transfer monitor in Java including several protocols (FTP, SSH, HTTP,...) to enable bridging and dynamic actions on transfer. First the FTP server supports RFC 959,775,2389,2428,3659 and others like XCRC,XMD5 and XSHA1. The project is now moved to Waarp. http://waarp.github.com/Waarp/index.html The old site still remain for old versions: http://openr66.free.fr/
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Lightmin

    Light Web-based domain administration

    Web-based GUI for end-user system management in an unmanaged server environment, such as Cloud/VPS. Lightmin's goal is to provide an intuitively seamless, non-imposing web-based administration platform for systems such as domain hosting servers. Lightmin provides advantages over other solutions such as cPanel and Webmin, including a smaller but scalable footprint, easily portable and extendable, and best of all, non-invasive. Lightmin simply adds a transparent layer to your underlying...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    apt-dater
    apt-dater provides a ncurses frontend to manage package updats on a large number of remote hosts using SSH. Beginning with version 0.5.5 apt-dater supports Debian based managed hosts and now also rug (openSUSE...) and yum (e.g. CentOS...) based systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    muzikQ is a curses/SDL_mixer based audio player currently supporting mp3 & ogg, has features such as song rating, playlists, ssh and telnet control, & is platform independent.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 25

    fastest

    Automate your software testing, the fastest way!

    Fastest stands for 'Fast Automated Software test'. * This is a compilation of various open source tools complemented with a set of useful programs that help a Software Test Engineer perform the test automation with ease. * It can be envisioned as a toolkit that every test engineer would need! * Currently implemented in Java * Test Automation is not just about writing test cases in a particular programming language. There are a lot more activities that need to be accomplished in...
    Downloads: 0 This Week
    Last Update:
    See Project