• Home
  • How-To/Tips
  • Linux
  • Windows
  • About Us
  • Contact Us

Liberian Geek

Enable Secure Shell (SSH) in Ubuntu 11.04 Natty Narwhal

Ubuntu Maverick ImageThis brief tutorial shows you how to install and enable Secure Shell (SSH) in Ubuntu 11.04 Natty Narwhal. As you may already know, SSH lets you communicate between two networked computers securely. Because SSH is more secure than Telnet, it is recommended that you use SSH instead of Telnet to communicate, and this tutorial will show you how to install and use it in Ubuntu 11.04

 

Getting started:

 

To get started, press Ctrl – Alt – T to open Terminal, then run the command below to install.

sudo apt-get install openssh-server

telnet_natty

 

After installing, you may configure SSH Server by running the command below to open SSH config file.

gksu gedit /etc/ssh/sshd_config

telnet_natty_1

 

Make all the changes in here and save the file. For instance, the default port SSH listens on is 22. Most SSH severs are set to communicate in Protocol Version 2. You could limit the IP Address SSH Server communicates on by uncommenting ( # ) line ListenAddress  x.x .x.x and specifying the IP Address.

 

telnet_natty_2

 

Save the file when done. Try connecting from a remote computer. For Windows machines, download putty from here.

 

Type the Host Name or IP Address, and Port #, then click ‘Open’

 

telnet_natty_3

 

When prompted with click ‘Yes’

 

telnet_natty_4

 

Enjoy!

 

telnet_natty_5


You may also like:

  • Install and Configure OpenSSH (Secure Shell) in Fedora 14 (Laughlin)
  • How To Configure Secure Shell (SSH) In Fedora Linux
  • Enable Do Nothing When Laptop Lid is Closed in Ubuntu 11.04 Natty Narwhal
  • Enable SSH (Secure Shell) in Ubuntu 12.04 (Precise Pangolin)
  • How To Enable Secure Shell (SSH) in Ubuntu 10.04 Lucid Lynx

Home > How-To/Tips, Linux, Security - 8 April 2011
Tweet

  1. JKT says:
    July 22, 2011 at 3:14 PM

    Sorry, doesn’t work. When I try to install openssh-server I’m told there is no installation candidate.

    • Fernando Schuindt says:
      August 23, 2011 at 1:35 PM

      Did you run ‘sudo apt-get update’ before?







Subscribe Here !

Enter your email address:

    © 2009-2012 Liberian Geek. Richard Worloma

    Privacy Policy

    ↑ Top