nixCraft Linux Forum

nixCraft

Linux Tech Support Forum

Any SSH client which can store 100's of login profile?

This is a discussion on Any SSH client which can store 100's of login profile? within the Linux software forums, part of the Linux Getting Started category; I wasn't aware of those putty paramenters. Thanks for sharing with us...


Go Back   nixCraft Linux Forum > Linux Getting Started > Linux software

Register FAQ Members List Calendar Forgotten your password? Mark Forums Read
  #11 (permalink)  
Old 08-20-2007, 10:40 PM
raj raj is offline
Contributors
User
 
Join Date: Jun 2005
Location: Hyderabad
Posts: 151
Rep Power: 4
raj is on a distinguished road
Default

I wasn't aware of those putty paramenters. Thanks for sharing with us
__________________
Raj
Linux rulz.
I have never turned back in my life ; I shall not do so today.. haha
Reply With Quote
Sponsored Links
  #12 (permalink)  
Old 09-17-2007, 01:14 PM
Member
User
 
Join Date: Jul 2006
Posts: 77
Rep Power: 0
kasimani
Send a message via Yahoo to kasimani
Default securecrt

try for securecrt it is not free so try it from any cracked version.

better, download it from btjunkie.org, torrent
Reply With Quote
  #13 (permalink)  
Old 09-17-2007, 06:32 PM
jesse's Avatar
Junior Member
User
 
Join Date: Aug 2007
My distro: gentoo&debian
Posts: 12
Rep Power: 0
jesse is on a distinguished road
Default

Quote:
Originally Posted by kasimani View Post
try for securecrt it is not free so try it from any cracked version.

better, download it from btjunkie.org, torrent

teh evil? why use warez when there's an awesome free solution?
__________________
teh.geekosphere.org
Reply With Quote
  #14 (permalink)  
Old 09-22-2007, 08:38 PM
Junior Member
User
 
Join Date: Sep 2007
Location: Mumbai
My distro: Redhat/Solaris
Posts: 26
Rep Power: 0
amsreeku is on a distinguished road
Default Any SSH client which can store 100's of login profile?

Vivek,
As per ur solution i have tried to install gpass in the first stage i got the error
XML::Parser perl module is required for intltool
for that when i searched google i got a solution that to downlaod the follawing package from the below link
http://www.cpan.org/modules/by-module/XML/XML-Parser-2.34.tar.gz
and after the steps they have asked when i again fired configure i got a different error
which i ahve given below
[root@node1 gpass-0.5.1]# ./configure
checking for a BSD-compatible install... /usr/bin/install -c
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking whether to enable maintainer-specific portions of Makefiles... no
checking for intltool >= 0.31... 0.34.2 found
checking for perl... /usr/bin/perl
checking for XML::Parser... ok
checking for iconv... /usr/bin/iconv
checking for msgfmt... /usr/bin/msgfmt
checking for msgmerge... /usr/bin/msgmerge
checking for xgettext... /usr/bin/xgettext
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... no
checking for suffix of executables...
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ANSI C... none needed
checking dependency style of gcc... gcc3
checking for a sed that does not truncate output... /bin/sed
checking for egrep... grep -E
checking for ld used by gcc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking how to run the C preprocessor... gcc -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking for g++... g++
checking whether we are using the GNU C++ compiler... yes
checking whether g++ accepts -g... yes
checking dependency style of g++... gcc3
checking how to run the C++ preprocessor... g++ -E
checking for g77... g77
checking whether we are using the GNU Fortran 77 compiler... yes
checking whether g77 accepts -g... yes
checking the maximum length of command line arguments... 32768
checking command to parse /usr/bin/nm -B output from gcc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if gcc supports -fno-rtti -fno-exceptions... no
checking for gcc option to produce PIC... -fPIC
checking if gcc PIC flag -fPIC works... yes
checking if gcc static flag -static works... yes
checking if gcc supports -c -o file.o... yes
checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
configure: creating libtool
appending configuration tag "CXX" to libtool
checking for ld used by g++... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking for g++ option to produce PIC... -fPIC
checking if g++ PIC flag -fPIC works... yes
checking if g++ static flag -static works... yes
checking if g++ supports -c -o file.o... yes
checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
appending configuration tag "F77" to libtool
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no
checking for g77 option to produce PIC... -fPIC
checking if g77 PIC flag -fPIC works... yes
checking if g77 static flag -static works... yes
checking if g77 supports -c -o file.o... yes
checking whether the g77 linker (/usr/bin/ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking for library containing strerror... none required
checking for gcc... (cached) gcc
checking whether we are using the GNU C compiler... (cached) yes
checking whether gcc accepts -g... (cached) yes
checking for gcc option to accept ANSI C... (cached) none needed
checking dependency style of gcc... (cached) gcc3
checking for a BSD-compatible install... /usr/bin/install -c
checking whether make sets $(MAKE)... (cached) yes
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for GLIB... yes
checking for gconftool-2... /usr/bin/gconftool-2
Using config source xml:merged:/etc/gconf/gconf.xml.defaults for schema installation
Using $(sysconfdir)/gconf/schemas as install directory for schema files
checking for GCONF... yes
checking for GNOME... yes
checking for mhash_init in -lmhash... no
configure: error: libmhash not found

Please help me in solving this......
__________________
Shrikumar
Reply With Quote
  #15 (permalink)  
Old 09-24-2007, 04:13 PM
nix's Avatar
nix nix is offline
Junior Member
User
 
Join Date: Feb 2007
Location: Pune, India
My distro: Redhat
Posts: 5
Rep Power: 0
nix
Default

Can you please tell us, which Distro you are using? or try to install following listed rpm link. Which matched to your distro.
RPM Search libmhash.so.2

Libmhash RPM for Red Hat Linux and Fedora Core

Last edited by nix; 10-02-2007 at 09:56 PM..
Reply With Quote
Reply

Bookmarks


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads

Thread Thread Starter Forum Replies Last Post
Vpn client zafar466 Ubuntu / Debian 0 02-26-2008 03:12 PM
Parse XML file and store data in array in shell scripting Nishanthhampali Shell scripting 5 02-14-2008 12:57 PM
dovecot: pop3-login: pop3-login: error while loading shared libraries: libsepol.so.1 raj Mail Servers 1 11-15-2007 11:43 AM
Linux / UNIX set increase the number of failed login retries with SSH client sweta Getting started tutorials 0 06-12-2007 03:35 AM
Ldap profile kasimani Linux software 0 10-27-2006 01:13 AM


All times are GMT +5.5. The time now is 09:09 PM.


Powered by vBulletin® Version 3.7.4 - Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36