On 2025-10-10, COMCAST <[email protected]> wrote:
> Why can I not figure this out? I tried both my user password and the 
> remote password and still I get the response below...
>
>
> root@debian:/scripts# ssh [email protected]
> The authenticity of host '192.168.0.14 (192.168.0.14)' can't be established.
> ED25519 key fingerprint is 
> SHA256:7gH1RTSRifUr9AIL+KTUet7Uze4kHw0GijfpHS2XdVo.
> This host key is known by the following other names/addresses:
>      ~/.ssh/known_hosts:2: [hashed name]
>      ~/.ssh/known_hosts:3: [hashed name]
> Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
> Warning: Permanently added '192.168.0.14' (ED25519) to the list of known 
> hosts.
> [email protected]'s password:
> Permission denied, please try again.
> [email protected]'s password:

 grep debian /etc/passwd
 sudo grep -E 'PasswordAuthentication|PermitRootLogin' /etc/ssh/sshd_config
 sudo systemctl restart ssh
 ssh -o PreferredAuthentications=password -o PubkeyAuthentication=no 
[email protected]
 su - debian
 sudo passwd debian


Reply via email to