Site Tools


linux:general:ssh

Table of Contents

This is an old revision of the document!


SSH

Installation

apt-get install openssh-server

Configuration

In “/etc/ssh/sshd_config”

PermitRootLogin no
RSAAuthentication yes
PubkeyAuthentication yes
PasswordAuthentication yes

service ssh restart


linux/general/ssh.1488369020.txt.gz · Last modified: 2017/03/01 12:50 by 127.0.0.1