Download List

專案描述

CONNection ManaGeR (connmgr) is a Unix command line client wrapper script. It is a handy commandline utility for people who have many remote user accounts that are accessed via ssh, sftp, scp, ftp, telnet, rlogin, rsh, and rcp. connmgr includes sshmgr (Open SSH client wrapper), scmdmgr (which allows for remote command execution), sftpmgr (which is like sshmgr but starts an sftp session), scpget/scpput (scp wrappers), ftpmgr (same as sftpmgr but for normal FTP), telnetmgr (same as sshmgr but for telnet), rloginmgr (same as sshmgr but for rlogin), rshmgr (same as scmdmgr but for rsh), and rcpget/rcpput (rcp wrappers). All of these utilize a shared configuration file for user account profiles. Passwords are not stored in this plain text configuration file and the use of RSA keys for SSH connections is strongly suggested.

System Requirements

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2003-05-05 17:47
1.0.0

rlogin, rsh, and rcp support was added. Some bugs with handling null responses to questions were fixed. Minor code cleanup was done. The project has been renamed to CONNection ManaGeR (from SSH ManaGeR) due to its significant number of non-SSH supported clients.
標籤: Major feature enhancements

2003-03-12 00:48
0.5.6

The command line and RC options --reset and --clear have been added. The isProfile() regex was too general, and is now locked down. --help and the usage text have been tweaked.
標籤: Minor bugfixes

2003-02-19 12:49
0.5.5b

Non-existent profiles are no longer reported incorrectly, scmdmgr is dealt with, and an incorrect command syntax order for scpput -rv was fixed. A fast bash completion mechanism was added, and some code cleanups were made.
標籤: Major bugfixes

2003-01-01 08:45
0.5.0

ftpmgr and telnetmgr were added, the config file format and documentation were updated, many little fixes were made, and the code was cleaned up.
標籤: Major feature enhancements

2002-10-25 16:02
0.3.7

This release includes a Makefile and more detailed INSTALL notes.
標籤: Minor feature enhancements

Project Resources