|
Lines 148-154
Link Here
|
| 148 |
"ssh-ed25519-cert-v01@openssh.com," \ |
148 |
"ssh-ed25519-cert-v01@openssh.com," \ |
| 149 |
"ssh-ed25519" |
149 |
"ssh-ed25519" |
| 150 |
#define KEX_SERVER_ENCRYPT \ |
150 |
#define KEX_SERVER_ENCRYPT \ |
| 151 |
"chacha20-poly1305@openssh.com," |
151 |
"chacha20-poly1305@openssh.com," \ |
| 152 |
"aes128-ctr,aes192-ctr,aes256-ctr" |
152 |
"aes128-ctr,aes192-ctr,aes256-ctr" |
| 153 |
#define KEX_SERVER_MAC \ |
153 |
#define KEX_SERVER_MAC \ |
| 154 |
"umac-64-etm@openssh.com," \ |
154 |
"umac-64-etm@openssh.com," \ |
| 155 |
- |
|
|