質問

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...

役に立ちましたか?

解決

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).

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top