Yet another surprise from Cloudatcost

Cloudatcost, the canadian cheap & flat cloud VPS provider (partner of @Fibernetics) seems to have really serious problems on the devops side. I already talked here about their infamous backdoor user (“wikus”) on their Debian 8 x64 VPS images (this seems to be solved by now).
Read more →

Backdoor default user on Debian 8 VPS at Cloudatcost

Cloudatcost, the canadian cheap & flat cloud VPS provider (partner of @Fibernetics ships a backdoor user (“wikus”) with shell and password set on their Debian 8 x86_64 images.
Read more →

Check if your system is vulnerable to Bash Code Injection (CVE-2014-6271)

As per CVE-2014-6271, a flaw in bash that permits malicious shell code injection was found.
Read more →

Scan your network for vulnerable https (OpenSSL TLS Heartbeat Extension Bug - CVE-2014-0160)

We are going to locally build on a linux machine the Heartbleed checker wrote by https://github.com/FiloSottile (thank you!) in order to check for OpenSSL Heartbleed Bug CVE-2014-0160. Fire up your shell terminal and install golang package via aptitude or yum.
Read more →

Jail SSH users to SFTP only

… or “confine untrusted users to their home directory (and give them no shell access as well)”
Read more →

Securing SSH on non standard port with Fail2ban

I stumbled upon the problem of fail2ban not banning after I had moved my ssh server to non standard port (let’s say 22022).
Read more →

We care about privacy..

..And that’s why I use to hide the most server signatures I can on production servers.
Read more →

Securing SSH with Swatch

You already know that it is not so smart to leave SSH running on your servers on default port and accessible from every internet address (ie. no firewall restrictions, no host allow/deny).. but in real world it happens to do so since, let’s say, you have no static IP, you have no access to firewall rules and so on.
Read more →

Setting up two-factor authentication SSH on Fedora 16 x86_64 (with Google Authenticator)

Today we’ll take a look on how to setup SSH to take advantage of the one-time passcode support provided by Google Authenticator package.
Read more →

Enabling Security tab on Windows XP

On Windows XP if you are not joined to a domain there will be no Security tab option available.
Read more →

Randomly create strong passwords

If you have to assign strong passwords and you are in a lack of creativity, you may try to accomplish the task in many ways (for example by doing some rude redirect of /dev/urandom)
Read more →

SSH with keys but keeps asking for passwords

Mar 2 14:42:47 polpot sshd[1794]: Authentication refused: bad ownership or modes for file /home/muhammar/.ssh/authorized_keys

One day or the other it will happen again, and again you will forget how to fix it. Fact.

Read more →

FreeBSD History makeup

On last post I showed how to setup a long list timestamped bash history. In the last two months I had the opportunity to work on a set of FreeBSD (version 8) servers that come with CSH as default shell.
Read more →

Quick History makeup

One of the first thing I do after installing Linux on a server is setting up the bash history to show the timestamp along with the command issued.
Read more →