An open API service indexing awesome lists of open source software.

https://github.com/frimik/java-sshtools_to_openssh

Convert SSHTools keys to OpenSSH key format
https://github.com/frimik/java-sshtools_to_openssh

Last synced: 3 months ago
JSON representation

Convert SSHTools keys to OpenSSH key format

Awesome Lists containing this project

README

        

java-sshtools_to_openssh
========================

Convert SSHTools keys to OpenSSH key format

Usage
-----
./compile
./run sshtools_format_key_file

You need j2ssh and apache-commons-logging and you need to place them in the
right place for both compilation and execution... (look at `compile` and
`run`) - I'm sure you'll figure it out.

Author
------
Mikael Fridh, but I learned alot from the examples part of the sshtools
source. Thank you to original authors and contributors:

* Lee David Painter
* Brett Smith
* Richard Pernavas
* Erwin Bolwidt