Could I somehow initialize an SSH tunnel before active agent sends its data?
I guess the problem would be to get some kind of signal from the agent some time before it starts sending its data (since making the connection might need some time).
And probably I should be able to detect when all data has been sent to destroy the tunnel again.
Of course it would be possible to have the tunnel stay open all the time.. but I don't think that's a good solution
It's not only a problem of missing encryption in server<->agent communication but also when you're in a firewalled environment and don't want to go VPN..
Cheers
Sebastian
I guess the problem would be to get some kind of signal from the agent some time before it starts sending its data (since making the connection might need some time).
And probably I should be able to detect when all data has been sent to destroy the tunnel again.
Of course it would be possible to have the tunnel stay open all the time.. but I don't think that's a good solution

It's not only a problem of missing encryption in server<->agent communication but also when you're in a firewalled environment and don't want to go VPN..
Cheers
Sebastian
Comment