SSH authentication by public key and password in the same time

рüффп

Something is not clear to me with SSH authentication.

I have a Talend job which connects to sFTP (using SSH protocol) and on the property page of the component, I have the choice between: 1. Password authentication 2. PublicKey authentication

When I choose Password authentication the data to enter are username and password. but when I choose PublicKey authentication the data to enter are username, password, private key path and private key pass-phrase.

I though when a PublicKey authentication is set on a server there is no need for a password.

Is the SSH enables an authentication using a public key and a password in the same time as a security enforcement or it is just a fallback which means if the public key is not authorized, the standard username/password will be used (if the sshd server permits it)?

jirib

OpenSSH 6.2 introduced multiple authentication methods.

For references, see sshd_config(5).

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

SSH Public Key Authentication

From Dev

Still getting a password prompt with ssh with public key authentication?

From Dev

scripted ssh should not ask for a password if public key authentication fails

From Dev

Public key authentication and change of password

From Dev

ssh public key authentication not working

From Dev

ssh public key authentication not working

From Dev

SSH failed public key authentication

From Dev

ssh public key authentication fails

From Dev

Why am I still getting a password prompt with ssh with public key authentication?

From Dev

ssh no longer allows public key authentication

From Dev

Server with ssh public key authentication with libssh

From Dev

ssh no longer allows public key authentication

From Dev

How to Debug Public Key SSH Authentication Failure

From Dev

Cannot SSH to Windows with public key authentication

From Dev

SSH public key added but still prompt for password

From Dev

Setup SSH public key for login without password

From Dev

Why is SSH key authentication better than password authentication?

From Dev

public key or private key as a password of connect to remote database, ssh

From Dev

SSH authentication: either SSH keys or one time password

From Dev

Remember password for ssh key for some time

From Dev

2 Factor Authentication in SSH using public key and PAM

From Dev

2 Factor Authentication in SSH using public key and PAM

From Dev

SSH public key authentication works on LAN and not from WAN

From Dev

Public key SSH authentication broke on all my ubuntu servers

From Dev

SSH Error: No supported authentication methods available (server sent public key)

From Dev

SSH Public Key authentication - works only after a physical login

From Dev

SSH-RSA public key authentication explanation needed

From Dev

How to unlock account for public key ssh authorization, but not for password authorization?

From Dev

How to unlock account for public key ssh authorization, but not for password authorization?

Related Related

  1. 1

    SSH Public Key Authentication

  2. 2

    Still getting a password prompt with ssh with public key authentication?

  3. 3

    scripted ssh should not ask for a password if public key authentication fails

  4. 4

    Public key authentication and change of password

  5. 5

    ssh public key authentication not working

  6. 6

    ssh public key authentication not working

  7. 7

    SSH failed public key authentication

  8. 8

    ssh public key authentication fails

  9. 9

    Why am I still getting a password prompt with ssh with public key authentication?

  10. 10

    ssh no longer allows public key authentication

  11. 11

    Server with ssh public key authentication with libssh

  12. 12

    ssh no longer allows public key authentication

  13. 13

    How to Debug Public Key SSH Authentication Failure

  14. 14

    Cannot SSH to Windows with public key authentication

  15. 15

    SSH public key added but still prompt for password

  16. 16

    Setup SSH public key for login without password

  17. 17

    Why is SSH key authentication better than password authentication?

  18. 18

    public key or private key as a password of connect to remote database, ssh

  19. 19

    SSH authentication: either SSH keys or one time password

  20. 20

    Remember password for ssh key for some time

  21. 21

    2 Factor Authentication in SSH using public key and PAM

  22. 22

    2 Factor Authentication in SSH using public key and PAM

  23. 23

    SSH public key authentication works on LAN and not from WAN

  24. 24

    Public key SSH authentication broke on all my ubuntu servers

  25. 25

    SSH Error: No supported authentication methods available (server sent public key)

  26. 26

    SSH Public Key authentication - works only after a physical login

  27. 27

    SSH-RSA public key authentication explanation needed

  28. 28

    How to unlock account for public key ssh authorization, but not for password authorization?

  29. 29

    How to unlock account for public key ssh authorization, but not for password authorization?

HotTag

Archive