Zer da shell seguruko gakoa?

Shell seguruko gakoa edo SSH gakoa segurua ez den sare baten gainean konexio seguruak sortzeko erabili daitekeen mekanismo bat da.

SSH gakoak bi zati ditu:

  • Gako publikoa, edonork eduki dezakeena.

  • Gako pribatua, sekretuan gordetzen dena. Gako pribatua gako publikoaren bidez zifratu den mezuak desblokeatzeko erabiltzen da.

The advantage of using an SSH key to create a connection between computers is that only the Public key needs to be sent over the network. Transmissions encrypted with a Public key can only be decoded by unlocking them with the corresponding Private key and a password. Because only the public key is sent over the network, the key's password is kept secret.