-
Notifications
You must be signed in to change notification settings - Fork 0
SSH Connections
LeandroTheDev edited this page Dec 24, 2022
·
43 revisions
Install openssh
- sudo pacman -S openssh
- systemctl enable sshd
To start the sshd
- systemctl start sshd
-
Better configure before starting
Open the configurations file
- sudo vim /etc/ssh/sshd_config
- Remove the # on all configurations lines.
- Example:

Open the host configurations file
- sudo vim /etc/ssh/sshd_config
- Remove the # on all configurations lines
- Example:
