You are not logged in.
Pages: 1
Does this be added to /etc/nftables.conf to allow ssh access?
chain inbound {
# Allow SSH on port TCP/22 and allow HTTP(S) TCP/80 and TCP/443
# for IPv4 and IPv6.
tcp dport { 22, 80, 443} accept
Will it also need an outbound?
Offline
Looks like it, yes:
Brianna Ghey — Rest In Power
Offline
I just noticed that ssh is one of the apps that seems to have been uninstalled - perhaps when I removed ufw or grav or whatever.
Anyhow, since this is a server install - should I prefer "ssh" or "openssh" via Synaptic or run this?
dpkg-query -l | grep -i openssh-server
Offline
I'm not sure I understand your question but I use ssh to communicate with my music server so I would have openssh-client installed on my laptop but openssh-server installed and running on the server. I wouldn't run the server daemon on my laptop because I don't want to ssh into my laptop. That would be silly :-)
Brianna Ghey — Rest In Power
Offline
Done - have ssh in and out of the server box. Thanks.
I can see nginx on the server from my laptop but the test program to serve a sample web page from their back2basics video isn't playing nicely. Arghh!
Offline
Pages: 1