ssh
Contents
Understanding the SSH Encryption and Connection Process
what
secure shell: 加密网络协议
algorithm types:
- RSA:
- -b: length 1024 to 8192 bits
- ED25519:
- -a: 生成密钥函数的论数,论数越高,加密性越好
|
|
the structure
|
|
comment example:
|
|
how it work
- Negotiating: get the session key
- client: reqeust
- server: reply public key
- if first time, the user confirm, add to the known hosts
- negotiate a session key:TODO
- authenticate:
- password:
- client: public key encrypt, server decrypt
- ssh key paris:
- server encrypt data with public key,client decrypt the data with its private key;
- password: