Opened 9 months ago

Closed 9 months ago

#5312 closed defect (fixed)

Unable to ssh or scp to rivendell.inuxfromscratch.org

Reported by: ken@… Owned by: lfs-book
Priority: normal Milestone: 12.0
Component: Book Version: git
Severity: normal Keywords:
Cc:

Description

ssh and scp told me the host key had changed. I tried deleting from .ssh/known_hosts to get in and see if it looked like the real thing, but I get connection refused.

This was working 8 or 9 hours ago.

ken@llamedos ~ $ssh rivendell@linuxfromscratch.org
The authenticity of host 'linuxfromscratch.org (208.118.68.85)' can't be established.
ED25519 key fingerprint is SHA256:mwnTTSwfijgqIvgYZAvXnUhjcjM7qnmt5DFp0vkGsf8.
This key is not known by any other names.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
rivendell@linuxfromscratch.org: Permission denied (publickey).

Change History (5)

comment:1 by Xi Ruoyao, 9 months ago

It works for me.

comment:2 by thomas, 9 months ago

what if you try

ssh rivendell.linuxfromscratch.org

instead of ssh rivendell@…

in reply to:  2 ; comment:3 by ken@…, 9 months ago

Replying to thomas:

what if you try

ssh rivendell.linuxfromscratch.org

instead of ssh rivendell@…

ken@llamedos ~ $ssh rivendell.linuxfromscratch.org
ssh: connect to host rivendell.linuxfromscratch.org port 22: Connection refused

in reply to:  3 comment:4 by Douglas R. Reno, 9 months ago

Replying to ken@…:

Replying to thomas:

what if you try

ssh rivendell.linuxfromscratch.org

instead of ssh rivendell@…

ken@llamedos ~ $ssh rivendell.linuxfromscratch.org
ssh: connect to host rivendell.linuxfromscratch.org port 22: Connection refused

That would be fail2ban kicking in, I sent you an email requesting your public IPv4 address so I can verify and allow connections again

comment:5 by Bruce Dubbs, 9 months ago

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.