SSH setup

 Setup of SSH...
sudo apt-get install openssh-server

sudo vi /etc/ssh/sshd_config

mkdir ~/.ssh

mkdir ~/.ssh/authorized_keys

chmod 600 ~/.ssh/authorized_keys

create and update /etc/ssh/sshrc

No comments:

Post a Comment

Note: only a member of this blog may post a comment.