My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads

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 myhost
ssh-fwknop --sftp myhost
ssh-fwknop -X lundeen@myhost.com
ssh-fwknop --scp ./myfile lundeen@myhost.com:/home/lundeen/myfile
ssh-fwknop --fwknop="-D myotherhost" --scp lundeen@myotherhost ./file
ssh-fwknop

The last command can be very useful in certain circumstances - storing all options in an easy configuration file should help to save time.

Powered by Google Project Hosting