#SSH not working arch Linux
28 messages · Page 1 of 1 (latest)
Please follow the Standard Litany when asking a question:
• What was your environment? What was your operating system, configuration?
• What did you do? What did you run or test? Where?
• What actually happened? What were the exact results, complete log contents, exact error messages?
• What did you expect? What were you aiming to achieve? What result were you looking for?
Vague or superficial questions will yield vague or superficial answers. False information leads to false solutions.
run ssh with -v and post the output
temporarily disable UFW to see if the firewall is causing the issue
sudo ufw disable
check your IP to make sure its not same on other device
restart your network service
check your ssh config in /etc/ssh/sshd_config
yah try that
please don't truncate the log, post the full log and also do it with -vvv this time
u should check the sshd config on both side Fedora and Arch
and the ~/.ssh/known_hosts on Fedora
if theres a host that has same ip with Arch, remove it
try this on Archsudo ufw allow ssh sudo ufw enable
post the output of ss -tlp and systemctl status sshd.service on your arch machine
post your sshd config
and the actual full ssh cmd you are executing
use a paste service pls
don't post files
.s rs
<command to print output> |& curl --data-binary @- https://paste.rs
did you try restart your network service?
From what you sent, u were using Arch instead of the ip
Do you have any other machines you can ping them with? Would be nice to know if the issue is with arch receiving packets or fedora sending them.