You are not logged in.
Pages: 1
Hello all,
I've successfuly installed arch via SSH in the past, maybe 6 months ago. I have now acquired a new machine at work and want to perform a remote install via SSH. I followed the steps I used before:
https://bbs.archlinux.org/viewtopic.php?id=106611
when I try to install openssh via "pacman -S openssh" on the system, I get an error saying openssh is not found in the sync db.
when I try to connect to the box via SSH, I get the following error:
ssh_exchange_identification: Connection closed by remote host
any idea what I'm doing wrong, or what I've missed?
--nixIT
Last edited by nixIT (2011-04-28 16:16:03)
ASRock X570 PG VELOCITA AM4 AMD X570 | AMD Ryzen 5900x | 128GB G.SKILL RipjawsV | ASRock Radeon RX 6700 XT Challenger D
Offline
Instead of pacman -S openssh type pacman -Syy openssh
And if sshd doesn't accept the connection there most likely is a configuration error somewhere. I'd go over the wiki article again. Be sure to also check /etc/hosts.*
Regards,
demian
no place like /home
github
Offline
brainfart... when I first checked the hosts.deny, it was empty, but when I checked now, it was denying everything.
Thanx.
been a long week.
--nixIT
ASRock X570 PG VELOCITA AM4 AMD X570 | AMD Ryzen 5900x | 128GB G.SKILL RipjawsV | ASRock Radeon RX 6700 XT Challenger D
Offline
Pages: 1