Site Tools


linux:general:ssh

Table of Contents

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.txt · Last modified: 2018/12/20 17:44 by lunetikk