New encryption algorithm for ssh

I am invited to add a new algorithm in ssh so that the data is encrypted in a new algorithm, any idea how to add a new algorithm in ssh?

thank

+3
source share
2 answers

You can add some new algorithm for SSH communication, and this is done from time to time (for example, AES was added later). But the question is that you need to modify both the client and the server so that they both support this algorithm, otherwise it does not make sense.

, - , , . , , , . , , .

- , , , . , , , - , , .

+3

ssh, . ( , ? , .) .

. ssh . , . , .

, , .

- OpenSSL. ssh TLS/SSL, OpenSSL. , - .

, , , OpenSSL. , , , openssh , API OpenSSL. , , , , , , .

, , OpenSSL API . . , , OpenSSL .

, , , , . , , . , , , .

+3

Source: https://habr.com/ru/post/1767720/


All Articles