Tag Archives: SSH

Upgrade from zenoss 2.5.2 stack installer to zenoss 3.0 on Centos

Instructions from http://nchc.dl.sourceforge.net/project/zenoss/Documentation/zenoss-3.0.x-docs/zendocs-3.0.0/Zenoss_Core_Installation_04-072010-3.0-v01.pdf Get the ZenPacks.zenoss.PreUpgrade30-1.0-py2.4.egg wget http://downloads.sourceforge.net/project/zenoss/zenpacks-3.0%20%28Latest%20Stable%29/zenpacks-3.0.0/ZenPacks.zenoss.PreUpgrade30-1.0-py2.4.egg?use_mirror=nchc&ts=1279596576 Change the permissions chown zenoss.zenoss ZenPacks.zenoss.PreUpgrade30-1.0-py2.4.egg chmod 777 ZenPacks.zenoss.PreUpgrade30-1.0-py2.4.egg Become the zenoss user su zenoss Run the install zenpack –install ZenPacks.zenoss.PreUpgrade30-1.0-py2.4.egg Restart zopectl zopectl stop zopectl start Start the zencatalog zencatalog start … Continue reading

Posted in Centos 5.2, Command Line, General Command Line, Open Source, Zenoss | Tagged , , , , | Leave a comment

How to Setup SSH X Forward from a Remote Centos Server to Vista

You can push x server gui’s from a remote server to your local machine.  This is how to send an x server gui from a remote centos machine to your vista machine. Install Cygwin, choose the default installation package for … Continue reading

Posted in Centos 5.2, Command Line, Vista | Tagged , , , , | Leave a comment

The Best SSH Client for Vista

I have used this SSH client for the last 6 months and can heartily recommend it. http://www.bitvise.com/tunnelier Below are the features directly ripped from their site; one of the most advanced graphical SFTP clients; state-of-the-art terminal emulation with support for the bvterm, xterm, and … Continue reading

Posted in Command Line, Security | Tagged , , | Leave a comment

Combined Windows Remote Desktop and SSH Tunnel Admin Tool

I love Apples remote desktop tool, it was a great all round administration tool. Since I moved away from Macs to Linux and Windows Server I have been looking for a combined tool for both Windows Remote Desktop and SSH … Continue reading

Posted in General, Monitoring | Tagged , | Leave a comment

How To Remove Root Access from SSH

Edit the /etc/ssh/sshd_config file and set the PermitRootLogin parameter to no. This prevents root access via the OpenSSH suit of tools. The following programs are prevented from accessing the root account: – ssh – scp – sftp Since this only … Continue reading

Posted in Centos 5.2 | Tagged , | Leave a comment