Recipes » Setup of Open SSH

Setup of Open SSH

Last modified by Administrator on 2011/06/06 17:26

Setup of Open SSH

Linux en

Setup

  1. Run this command:
    sudo apt-get install openssh-server
  2. If you wish to prevent attempts to guess root-user's password, forbid SSH session specifically for the root user (in this case SSH session would need to run "su - root" before becoming root).
    sudo gedit /etc/ssh/sshd_config
    and change this line:
    #PermitRootLogin yes
    PermitRootLogin no


Tags:  

Tags:
Created by Kalvis Apsītis on 2009/08/03 11:38

This wiki is licensed under a Creative Commons 2.0 license
XWiki Enterprise 3.0.36132 - Documentation