How do I forward a single arbitrary SSH key to a given host?
Forwarding keys is a security tradeoff, so when you do it, it's ideal to send only what you need.
How do I forward a single arbitrary SSH key to a given host?
Forwarding keys is a security tradeoff, so when you do it, it's ideal to send only what you need.
How do I stop an init.d server from running on boot, but still allow running it manually?
I'm scripting WinSCP, and need to dynamically pass in a FTP username and password, depending on which environment I'm using.
However, the docs say, "WinSCP does not support providing the passphase from command line or by other means allowing automation"
Is there another way?