Results 1 to 4 of 4

Thread: Setting Up openSSh Server in Ubuntu

  1. #1
    Join Date
    Feb 2009
    Posts
    43

    Setting Up openSSh Server in Ubuntu

    Hi,
    I currently have a ftp server with pure-ftpd. I would like to secure the server by encrypting all data streams. Currently I can encrypt the log / mdp with TLS, but the data stream remains unsafe , I Want to create an SSH tunnel to encrypt the data , In the end , in simple Word i Want to install/setup Ssh Server in ubuntu ,please tell me How can i Do so .

  2. #2
    Join Date
    Nov 2005
    Posts
    1,203

    Re: Setting Up openSSh Server in Ubuntu

    An SSH server allows you to connect remotely to the host which executes and power through an SSH client to connect and perform maintenance tasks or other.

    Installing the SSH server
    So you need a computer running an operating system based on Ubuntu, it should be a server or a workstation.

    Open a Terminal

    Write the following command: sudo apt-get install openssh-server

    Press ENTER and enter your system password

    You are now able to connect to this computer using an SSH client.

  3. #3
    Join Date
    Nov 2005
    Posts
    3,026

    Re: Setting Up openSSh Server in Ubuntu

    OpenSSH is a free version of the following protocol SSH connectivity tools to network in which an increasing number of people on the Internet come to rely. Many users of telnet, rlogin, FTP, or other similar programs, do not realize that their password is transmitted across networks in cleartext. OpenSSH figure all traffic (passwords included). OpenSSH also provides a variety of authentication methods. As its name suggests, OpenSSH is developed under the project OpenBSD


    Installing the SSH server
    If you want to access your PC from another location you must convert it into a server in advance. install the package openssh-server on your computer.

    By default, it runs at startup.

    To activate it type this:
    sudo / etc / init.d / ssh start

    To stop:
    sudo / etc / init.d / ssh stop

  4. #4
    Join Date
    Apr 2008
    Posts
    3,295

    Re: Setting Up openSSh Server in Ubuntu

    Setup an SSH server

    Install the OpenSSH server:
    sudo apt-get install openssh-server

    Note: The OpenSSH server can also be installed when doing a server installation as an option from the LiveCD. also remember An OpenSSH server can also be set up on a Windows server using Cygwin.

Similar Threads

  1. Ubuntu server Hacked using openssh client connection
    By Tikoo in forum Networking & Security
    Replies: 4
    Last Post: 02-12-2011, 10:54 PM
  2. SSH Client/Server DropBear or OpenSSH for Nokia N900 Maemo 5
    By Elijah*Blue in forum Portable Devices
    Replies: 4
    Last Post: 02-02-2011, 10:13 AM
  3. AIRTEL GPRS setting for Ubuntu 9.04
    By tecHAMMER in forum Operating Systems
    Replies: 3
    Last Post: 10-10-2009, 10:38 AM
  4. setting up ubuntu vncviewer
    By UbuntU-ME in forum Operating Systems
    Replies: 3
    Last Post: 20-08-2009, 07:12 PM
  5. Setting Time In Ubuntu?
    By Benjamin in forum Operating Systems
    Replies: 4
    Last Post: 20-10-2006, 11:44 AM

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
Page generated in 1,713,291,592.20561 seconds with 16 queries