Tagged Questions
1
vote
2answers
312 views
Method to send an encryption key over an insecure connection?
I am using Botan utility to perform encryption. When I initialize my connection to a remote machine using SSH, I am able to trade keys over the secure SSH connection. However, sometimes I use inetd to ...