Hi I have got a problem with ssh forom windows machine.
I create template ubuntu server, add ssh-public key from proxmox, so I'm able to ssh from proxmox shell to that machine
but when i try ssh from windows there is a problem :
C:\Users\DFX>ssh przemek@10.10.0.43
The authenticity of host '10.10.0.43 (10.10.0.43)' can't be established.
ECDSA key fingerprint is SHA256:nAQtU0/ImFA/JLFxyx3eVBzy/d2/p0y08SRjUlmE2YI.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added '10.10.0.43' (ECDSA) to the list of known hosts.
przemek@10.10.0.43: Permission denied (publickey).
In machine try to uncoment line with PasswordAuthentication Yes in /etc/ssh/sshd_config this machine but still wan't work - any ideas?
I create template ubuntu server, add ssh-public key from proxmox, so I'm able to ssh from proxmox shell to that machine
but when i try ssh from windows there is a problem :
C:\Users\DFX>ssh przemek@10.10.0.43
The authenticity of host '10.10.0.43 (10.10.0.43)' can't be established.
ECDSA key fingerprint is SHA256:nAQtU0/ImFA/JLFxyx3eVBzy/d2/p0y08SRjUlmE2YI.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added '10.10.0.43' (ECDSA) to the list of known hosts.
przemek@10.10.0.43: Permission denied (publickey).
In machine try to uncoment line with PasswordAuthentication Yes in /etc/ssh/sshd_config this machine but still wan't work - any ideas?