Connecting to Ubuntu Server using SSH Keys and Putty

Write For Us | Smarthomebeginner

This tutorial shows you how to connect to your Ubuntu server using ssh with keys. The advantage is that you can connect to your server without passwords. However, this is strongly not recommended because anyone with access to your private key can break-in to your server. So here it goes: … read more

Putty shortcut to saved session in Windows

Putty Icon | Smarthomebeginner

PuTTY is a free and open source terminal emulator application which can act as a client for the SSH, Telnet, rlogin, and raw TCP computing protocols and as a serial console client. I have started using Putty to SSH to my server quite often. To make it easier to connect … read more

Enable WordPress SSH access

Wordpress Ssh Access

SSH2 (SFTP) connections are much more secure than the regular FTP connection that WordPress supports. In this post, I will explain how to enable WordPress SSH access on a self-hosted blog running on Linux operating system. WordPress also supports FTPS, which is different from SFTP and more secure than regular … read more