How to turn off and on SSH at cyclade

  • Thread starter underh20.scubadiving@gmail.com
  • Start date
U

underh20.scubadiving@gmail.com

Guest
Our Solaris servers are connected to the 4-port cyclade running Linux
2.2.14.
Does anyone know the command(s) to turn off and on the SSH at the
cyclade ? Is there any way to replace this version of OpenSSH with a
more secure one ? Our cyclade root disk has less than 2mb left.


<from cyclade>

[root@atlantis /root]# ps -ef | grep ssh
80 root S /sbin/sshd -f /etc/ssh/sshd_config


Thanks,

Bill
 


B

Bill Marcum

Guest
On 2007-11-15, underh20.scubadiving@gmail.com
<underh20.scubadiving@gmail.com> wrote:
> Our Solaris servers are connected to the 4-port cyclade running Linux
> 2.2.14.
> Does anyone know the command(s) to turn off and on the SSH at the
> cyclade ? Is there any way to replace this version of OpenSSH with a
> more secure one ? Our cyclade root disk has less than 2mb left.
>

If /etc/init/d/sshd exists, try '/etc/init.d/sshd stop' and
'/etc/init.d/sshd start'; or you can killall sshd and then restart it.
(be careful if ssh is your only way of talking to the cyclade!)

Check the manufacturer's web site to see if they have software updates;
or if the device uses a Linux distribution such as Debian, use its
package management system. If you have no choice but to use the source
code, you will probably have to add more disk space (maybe by using nfs)
or cross-compile on another machine.

>
><from cyclade>
>
> [root@atlantis /root]# ps -ef | grep ssh
> 80 root S /sbin/sshd -f /etc/ssh/sshd_config
>
>
> Thanks,
>
> Bill

 

Top