===== SSH ===== ==== Installation ==== apt-get install openssh-server ==== Configuration ==== In "/etc/ssh/sshd_config" PermitRootLogin no RSAAuthentication yes PubkeyAuthentication yes PasswordAuthentication yes service ssh restart \\ \\ ~~DISCUSSION:closed~~