资 源 简 介
This is a wrapper that allows fwknop-like programs (well, only fwknop for now) to be used with ssh-like programs in a single command. This wrapper parses all fwknop, ssh (and optionally sftp, scp) options so that many of them only need to be enered once or in a configurations file.
Documentation is sparse, and this is an initial release, so beware.
Example usage is:
ssh-fwknop myhostssh-fwknop --sftp myhostssh-fwknop -X lundeen@myhost.comssh-fwknop --scp ./myfile lundeen@myhost.com:/home/lundeen/myfilessh-fwknop --fwknop="-D myotherhost" --scp lundeen@myotherhost ./filessh-fwknop
The last command can be very useful in certain circumstances - storing all options in an easy configuration file should help to save time.