Modify Colors

Default Reverse Brown Dark Blue

Archive

Advertisement

This is the fourth part in a four part series covering remote access to Linux machines using SSH.

Everything in this tutorial should apply to most Linux distributions, however some of the commands may be specific to Ubuntu. You may need to modify some commands to work with your Linux distribution. This is an advanced tutorial, so most instructions will be given as text commands.

A Note About Security

Allowing outside machines to access your computer is inherently risky. Assuming your router and/or firewall is properly configured, you will need to poke some holes in it. This potentially leaves you vulnerable to attack. Proceed at your own risk. Because security is a constantly changing issue, you are responsible for securing your own computer and network. You have been warned. If you are not behind a router or other physical firewall and you can’t explain why this is the case, do not proceed.

Introduction

You’ll be glad to know that this step is the easiest of them all. If you’ve made it this far, you have already done the hard part.

Downloading PuTTY

There are probably thousands of different SSH clients for Windows, but the most popular of these is a program called PuTTY. It’s a free download and requires no installation, which means you should be able to run it off a flash drive. (Naturally, it’s also open-source and released under the MIT license.) Go ahead and download PuTTY. (Look for putty.exe)

Trying it out

Just fill in two fields.

Just fill in two fields.

Just double-click on putty.exe and fill out the Host Name and Port fields. Your host name should be:

username@dyndnsuser.dyndns.com

(Where username is your computer username and dyndnsuser is your DynDNS user account.)

Then just enter the port number you set in part 1 and 2.

Click Open and say yes to the RSA key dialog. You’re in!

Conclusion

Wow! That was a lot easier than the other steps. This concludes the series, so have fun with SSH.

Related posts:

  1. Remotely Accessing Your Linux Computer: Part 3 This is the second part in a four part series...
  2. Remotely Accessing Your Linux Computer: Part 1 This is the first part in a four part series...
  3. Remotely Accessing Your Linux Computer: Part 2 This is the second part in a four part series...
  4. Installing Flash Player 10 Prerelease on Linux Are you sick of drop down menus being hidden by...
  5. Tricks for Installing and Configuring a Local LAMP Sever LAMP stands for Linux, Apache, MySQL, and PHP, which represents...

2 comments on this post.

  1. W says:

    Hi,

    Is there any method to access a GNU/Linux machine from a windows machine via Remote Desktop Protocol (RDP)? I mean can I connect to a GNU/Linux computer from Windows using windows RDP-program? Of course I probably should install a separate program on my GNU/Linux box, the only question is, is there such a program?
    //W

Leave a Comment