#[solved] how do i set up ssh server for local network?
29 messages · Page 1 of 1 (latest)
sudo systemctl enable --now sshd on the server
by default password login is enabled
you can configure it to your liking
if you want to be able to access the ssh server via dns you need to have avahi installed on both client and server and setup for mdns so that you can do this: ssh [email protected]
check for keywords like mdns as well, in the avahi wiki page
by any chance do you know why i cant access root?
from ssh?
yes
oh
@delicate gull by any chance do you know why beep command doesnt work?
same issue
but going trough the steps provided it doesnt fix it
Running it physically (not trough ssh) works tho
ssh is a different case idk
Is this post solved?