Hi Carla,
copy all of your ssh* from /etc/local/bin, etc/local/sbin and /etc/local/etc
from your workstation to another.
In my opinion, you don't have to change the sshd_config file
(execpt if it contains explicitely the IP address of your host).
When you've done this, on the target, you'll have to erase the private keys
that were copied previously. I remember some names :
ssh_host_rsa_key, ssh_host_dsa_key and ssh_host_key
These are the private keys of your original workstation. Now, you have to
renew this keys for the new workstation :
/usr/local/bin/ssh-keygen -t rsa1 -f /usr/local/etc/ssh_host_key -N
/usr/local/bin/ssh-keygen -t dsa -f /usr/local/etc/ssh_host_dsa_key -N
/usr/local/bin/ssh-keygen -t rsa -f /usr/local/etc/ssh_host_rsa_key -N
And then you can start your sshd daemon.
/usr/local/sbin/sshd
I've done this on my firewalls here (Solaris 2.6 intel + sparc) and it works
fine !
just a look at the files, I've found thoses in /usr/local/
./bin/ssh
./bin/ssh-add
./bin/ssh-agent
./bin/ssh-keygen
./bin/ssh-keyscan
./bin/sshinst
./man/man1/ssh.1
./man/man1/ssh-add.1
./man/man1/ssh-agent.1
./man/man1/ssh-keygen.1
./man/man1/ssh-keyscan.1
./man/man8/sshd.8
./sbin/sshd
./etc/sshd.pid
./etc/ssh_config
./etc/sshd_config
./etc/ssh_prng_cmds
./etc/ssh_host_key
./etc/ssh_host_key.pub
./etc/ssh_host_dsa_key
./etc/ssh_host_dsa_key.pub
./etc/ssh_host_rsa_key
./etc/ssh_host_rsa_key.pub
./etc/ssh_known_hosts
The difference with my installation is that I use OpenSSH.
Hope it will help you.
Have nice hollidays :-)
David
Carla Saldanha wrote:
> Hi,
>
> I am completely new to SSH.
>
> I did the download of ssh-1.2.17 to a Solaris 2.6 system.
>
> I compiled it with no problem just by running:
>
> ./configure
> make
> make install
>
> It is working fine.
>
> My problem is, I need to install it in 5 more servers (with the same OS)...
>
> (This are internal systems, so I am running it as root everywhere.)
>
> What should I do in order just to ftp the binaries and change the
> configuration for each system?
>
> I try to find some help, on FAQs and manuals, but it was not very helpful.
>
> Thanks.
> ___________________________________________
> Carla Saldanha
> e-mail: [EMAIL PROTECTED]
> NetConnect Limited
> Phone:+44 (0) 1223 501333
> Fax:+44 (0) 1223 501444
> http://www.netconnect.co.uk/
>
> _____________________________________________________________________
> This message has been checked for all known viruses by the
> MessageLabs Virus Scanning Service. For further information visit
> http://www.messagelabs.com/stats.asp
--
David LEFEVRE
CARDIF - Architecture et S�curit� Op�rationnelle
[EMAIL PROTECTED] - T�l : 01 41 42 76 63
[EMAIL PROTECTED] - Tel : 01 41 42 24 22