Welcome to Part I of how to SSH to a Linux, Windows, etc. server using Ruby. This post will give you a complete code example to get you up and running right away! The code below will connect to the server specific and run the ls -al command. Be sure to change the values in… Read more
SSH
How to enable/install SSHD service on Linux (Ubuntu 9.04)
This article will show you how to install/enable the SSHD service on the Linux operating system (Ubuntu in this case). By default, the Ubuntu 9.04 Desktop edition does not come with SSHD installed. This means that remote users are not able to connect to the box via SSH. Luckily, it is very easy to allow… Read more