Frage

I am trying to add a second layer of encryption (encrypted on the client side, and decrypted on the server side).

EDIT: I apologize if I wasn't clear. I was looking for the function in the OpenSSH source in C where the ssh connection on the server side responds to activity from the client side. I did end up finding what I was looking for...

War es hilfreich?

Lösung

Found it! It is in the file channels.c and in the function void channel_input_data(int type, u_int32_t seq, void *ctxt).

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top