Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »


pacman -S openssh
systemctl start sshd.service
systemctl enable sshd.service
ssh localhost


Optional: Could also modify the config file


root@dc1-lan1-server:~# more /etc/ssh/sshd_config | grep PermitRootLogin

PermitRootLogin yes  <<<<<<< Add this one


vi /etc/ssh/sshd_config

systemctl restart sshd.service


  • No labels