New on LowEndTalk? Please Register and read our Community Rules.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
All new Registrations are manually reviewed and approved, so a short delay after registration may occur before your account becomes active.
Comments
I think simply remove dropbear and install openssh will work fine, unless the os template itself is broken. (Just posted the wrong response.
Removed dropbear
OpenSSH is already installed
ps aufx returns
so, any help?
Try kill dropbear processes and /etc/init.d/ssh start.
Somehow, after reboot everything is working fine with openssh-server running
Thanks for your help
Why run nrpe and snmpd? Seems very redundant when nrpe has a smaller footprint and can gather everything snmpd can. Also, 8 php threads? Really? And postfix as a daemon? You can tune that quite a bit better then that
OK, I'll ask. How do you do all that while logged into the VPS via dropbear?
dropbear is a replacement for openssh, so I am not fully understanding what you are asking
Just because you uninstall something doesn't stop it from running. I've uninstalled Cherokee before but it kept serving webpages until I rebooted the server.
@miTgiB Dropbear is lightweight but it has many limitations, for example, tunneling traffic in the painful ssh -D way has much better performance with Openssh.
@miTgiB well, I am not a pro linux user so just a few things I read over the internet and putting them all in one box. nrpe is for Nagios and snmpd is for cacti monitoring
@drmike How do I do what? installing and removing software? well dropbear can do everything that openssh can do but I am not too comfortable with it hence want to switch back to openssh
@KuJoe yes exactly. I noticed this with sendmail and dropbear, you have to either reboot or kill those processes (and hope it works)
@fan I hate dropbear because of no history-on-up-arrow-key (which I am really used to) + a few more things that makes it difficult to work with dropbear
@Asim -- wouldn't history be handled by the shell rather than your SSH client? It certainly works for me
But @fan is right -- dropbear's performance is quite bad, when you use a lot of SFTP or tunnelling. Most my hosts actually run OpenSSH unless it's really short of memory. 512MB OpenVZ boxes under $4/month these days, it has been rare...
@LowEndAdmin, the HPN-SSH patch can make openssh much faster (http://www.psc.edu/networking/projects/hpn-ssh/)
@fan -- thanks.
Thanks for all the information! I might replace Dropbear with SSH
@Asim Since you said this is small memory VPS - do you really need the portmap? Consider apt-get remove --purge portmap