Food, Wine, and Linux may seem like a strange combination, but combining three passions can be a wonderful thing. I'm Marcel Gagné. Those of you who read Cooking with Linux, the multi-award-winning column that appeared monthly in Linux Journal magazine for 10 years, likely agree. With the help of my faithful waiter, François, Restaurant Chez Marcel serves up the finest in Linux and open source software paired with exceptional wines.
In that same spirit, this site features great Linux and Open Source software, ongoing wine tasting reports, recipes, and the occasional restaurant review. If you came here looking to read past Cooking with Linux columns, you'll find newer releases on the front page, a comprehensive list here and under the "CWL, The Column" menu link to the left. A votre santé! Bon appétit!
SSH the easy way
Introduction
Secure SHell is a wonderful tool for remotely logging in to a system and doing work. Because of it's command-line nature SSH can be a bit intimidating, but it doesn't have to be: some of the graphics tools you might already know and love can be used in conjunction with SSH to make life easier.Connecting to SSH with gftp
gftp is often used for connecting to FTP servers, but it can also be used to connect and easily manage files through SSH. Using gftp for SSH is almost as straightforward as FTP, the only difference is that you need to select SSH2 from the protocol drop down on the right hand side of the interface. (shown below)
Using gftp you can send and receive files without having to remember scp syntax. I'm a bit lazy when it comes to remembering exact syntax, often I rely on man (manual) pages to help me. But even with manual pages I've made mistakes and I find that using a graphical SSH client like gftp helps me not make blunders.

Recent comments