#SSH not working arch Linux

28 messages · Page 1 of 1 (latest)

oblique cloud
#

.s litany

neat runeBOT
# oblique cloud .s litany

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.

Also see this similar guide on how to ask smart questions.

oblique cloud
#

run ssh with -v and post the output

still coral
#

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

still coral
#

yah try that

oblique cloud
#

please don't truncate the log, post the full log and also do it with -vvv this time

still coral
#

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

oblique cloud
#

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

neat runeBOT
oblique cloud
#

dunno seems fine

#

both machines r on the same network right?

still coral
#

try
ssh Aarv@arch_ip

#

also check the sshd status on Fedora

oblique cloud
#

Wait I didn't even notice

#

Yeah use ssh user@archmachine's_ip

rose plover
#

Just dropping in. Can they ping each other?

#

Idk. Seems like it's not an ssh error.

still coral
#

did you try restart your network service?

oblique cloud
#

From what you sent, u were using Arch instead of the ip

rose plover
#

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.