SSH
Preventing Ubuntu SSH Sessions From Timing Out
Have you ever been side tracked whilst logged into a remote server via SSH, only to find when you returned your session had timed out? A one line addition to the ssh_config can prevent this from being an issue.
Vote Result










Mounting Remote File Systems Via SSH On Ubuntu
As a developer a lot of time is spent working with code located on remote servers, downloading files, and re-uploading changes gets tedious using ftp, or standard ssh clients. One solution to this dilemma is sshfs, it allows a remote file system to be mounted locally using the ssh protocol, making editing, creating and deleting files a breeze.
Getting sshfs working is pretty painless and following the instructions below should get you up and ready to go in less than 5 minutes.
Vote Result










Development-Cycle


