Opened 16 months ago
Closed 16 months ago
#5312 closed defect (fixed)
Unable to ssh or scp to rivendell.inuxfromscratch.org
Reported by: | 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 , 16 months ago
follow-up: 3 comment:2 by , 16 months ago
what if you try
ssh rivendell.linuxfromscratch.org
instead of ssh rivendell@…
follow-up: 4 comment:3 by , 16 months ago
Replying to thomas:
what if you try
ssh rivendell.linuxfromscratch.orginstead of ssh rivendell@…
ken@llamedos ~ $ssh rivendell.linuxfromscratch.org ssh: connect to host rivendell.linuxfromscratch.org port 22: Connection refused
comment:4 by , 16 months ago
Replying to ken@…:
Replying to thomas:
what if you try
ssh rivendell.linuxfromscratch.orginstead 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 , 16 months ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
It works for me.