I can't connect via ssh and ftp.

0

The problem appeared about 2 hours ago and I don’t know why.

posta 6 mesi fa358 visualizzazioni
1 Risposta
0

Is your EC2 instance still running, and in AWS Console does its status check show "2/2 checks passed"?

Check that the public IP address that you are trying to connect to still correct - If the EC2 has been stopped and started then its public IP address will have changed.

profile picture
ESPERTO
Steve_M
con risposta 6 mesi fa
  • I have sshd service disabled, how can I enable it?

  • Usually it is sudo systemctl enable sshd; sudo systemctl start sshd

    Depending on your OS it may be plain ssh without the d on the end.

  • "Job for ssh.service failed because the control process exited with error code. See "systemctl status ssh.service" and "journalctl -xeu ssh.service" for details." - Ubuntu

  • Rollback any changes that have been made to the SSH config, most likely alterations to /etc/ssh/sshd_config.

    On a fresh install of Ubuntu the SSH service is definitely configured correctly, which includes that file's contents.

  • systemctl status ssh.service × ssh.service - OpenBSD Secure Shell server Loaded: loaded (/lib/systemd/system/ssh.service; enabled; vendor preset: e> Drop-In: /usr/lib/systemd/system/ssh.service.d └─ec2-instance-connect.conf Active: failed (Result: exit-code) since Fri 2023-11-24 06:16:06 UTC; 42s > Docs: man:sshd(8) man:sshd_config(5) Process: 4734 ExecStartPre=/usr/sbin/sshd -t (code=exited, status=1/FAILURE) CPU: 12ms lines 1-9/9 (END)

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande