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.1484650431.txt.gz · Last modified: 2017/03/01 12:50 (external edit)