Setup ssh server on Arch Linux - easy & fast

preview_player
Показать описание
This is how to setup ssh server on Arch linux, commands are below:
# Install required package:
sudo pacman -S openssh

# Edit config file:
sudo nano /etc/ssh/sshd_config
Uncomment and change "Port"

# Enable service startup on system boot:

# Start service:

# Get your ip address:
ip addr
Рекомендации по теме
Комментарии
Автор

goofy ass music 💀

Worked for me tho, thx

nici
Автор

In the config change PermitRootLogin to 'no' to make any bot attempts to brute force root login completely irrelevant. Thanks for the video. I couldn't remember if sshd was ready to go at install or not. A friend runs Arch on his laptop but the screen is borked. Gave him a tutorial on remotely administering the system from his phone via SSH

krozareq
Автор

Hi, I can't activate either the socket or the service... the error log says... unit that the socket does not exist... can you help me, thank you

carlosgallo