36 projects tagged "SSH"
KeyBox provides a way to manage OpenSSH v2 public keys, and can start a Web-based SSH terminal to execute commands and scripts on multiple SSH sessions simultaneously. The authorized_keys file is generated and distributed based on relationships maintained in the application. This allows for centralized management to help prevent public key sprawl. Also, composite terminals or scripts can be created so that commands can be shared across SSH sessions.
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. It is designed to be platform agnostic; support is being developed for FreeBSD, OpenBSD, NetBSD RHEL/CentOS, Ubuntu, Solaris 10, Solaris 11, and Illumos.
ECommands is intended to make it easy to execute commands over Unix/Linux Servers using a Web interface. It was implemented completely in Python and Django, and it will work from automation processes to generalization commands. It allows centralized administration, better understanding of repetitive and complex operating systems commands, connections made over SSH to multiple servers using a Web console, auditory feedback over the execution of commands processes on servers, multiple users and permissions, easy installation on 64-bit Linux, grouping commands, and more.
Ansible is a radically simple deployment, configuration, and command execution framework. It is dead simple and painless to extend. Extending Ansible does not require programming in any particular language; you can write modules as scripts or programs which return simple JSON. It’s also trivially easy to just execute useful shell commands.
lpkfuse is a FUSE filesystem that lets you place all the SSH public keys of your users into LDAP. Without this tool, you would have to patch your SSH server (for example using openssh-lpk) to support this. But with lpkfuse, you just need to amend AuthorizedKeysFile in your sshd_config file. Other benefits include LDAP resilence and caching/local-fallback in case no LDAP servers are accessible.
SecureCRT provides terminal emulation with secure remote access, file transfer (SFTP and X/Y/Zmodem), and data tunneling. Supported access protocols are SSH 1 and 2, telnet, telnet/SSL, and serial. It has emulation support for VT100/102/220, ANSI, SCO ANSI, Wyse 50/60, Xterm, and Linux consoles. It provides session management and tabbed sessions in one or more windows. The program is fully scriptable via VBScript, JScript, PerlScript, or Python.