Quantcast
Channel: SSH authenticate with public key (not private key) - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Jakuje for SSH authenticate with public key (not private key)

You can't use keys to authenticate in opposite order of private/public, because of the way how asymmetric cryptography works.The alternative solution for you can be to use openssh certificates as...

View Article



SSH authenticate with public key (not private key)

Is it possible to connect to a server using a public key? The server holds the private key in authorized_keys, and the client can connect with:ssh -i id_rsa.pub serverIt is the exact opposite as the...

View Article
Browsing latest articles
Browse All 2 View Live


Latest Images