Skip to main content

Linux

The Mystical Magical Secure Shell, Part 1

by Marcel Gagné

Once upon a time, when the Earth was green, plain text communications was the norm. We used TELNET to connect to systems where we needed to get work done. From a security perspective, plain-text communications is frought with dangers. Anyone running a network sniffer program, of which there are many, can snoop on every packet sailing across your network. If you are logging in using TELNET, that person can see your user name and password plain as day.

One way around this dilemma is to use the secure shell. OpenSSH is an open-source implementation of the secure shell protocol that comes with almost every major Linux distribution. The secure shell is much more than a simple way to keep your passwords to yourself. Logging securely certainly qualifies as the basics for OpenSSH and it's certainly useful, but there are some seriously cool SSH features that should make you wonder why you would use anything else to communicate (well, almost). For instance, it's possible to tunnel ports you may not have access to (if the machine is behind a firewall) through the SSH port. SSH makes it possible to run remote graphical sessions easily. You can even securely log in without a password. SSH is a veritable Swiss Army knife of OS toys.

Yes, I'll cover all those things later. First, the basics.

WILL PAY for an assisted solution to overcome a Kubuntu 8.10 error message

Installed Kubuntu 8.10 on a TOSHIBA laptop. All worked ok until I accidentally deleted the plasmoid on the dektop. After a hard reboot, I received the following error message which prevented me from booting back into 8.10:

"PLASMA WORKSPACE-The KDE CRASH HANDLER A Fatal Error Occured-the application Plasma Workspace crashed and caused the signal 11 (SIGSEGV)".

How can I restore the Plasma Workspace to access the 8.10 OS?

I will gladly pay for an assisted solution.

Thank you.

Drupal, my blog, Views, and the grand experiment

Lately I've been getting more and more unhappy with blogging under Drupal. Specifically, I'm developing a serious dislike (bordering on hate) for the blog module that ships with Drupal. Regular visitors to this site, CookingWithLinux.com, and my new occasiodaily FOSS and Linux news show, WFTL Bytes!, have already figured out that I'm experimenting with new topics, new content, and new ways of delivering that content. Aside from the sites and content I've mentioned, I want to start talking and writing about other things that excite me, whether it be Linux, science, politics, or religion. What I thought I wanted was a blog with sub-blogs so I could focus each of my blogs on a particular topic and let you, the reader, choose the topics that interested you. What I achieved was more confusion and the beginnings of a grand experiment to do away with the blog module entirely.

Syndicate content