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
- Host: GitHub
- URL: https://github.com/frimik/java-sshtools_to_openssh
- Owner: frimik
- Created: 2013-01-10T14:53:21.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2013-01-10T14:59:33.000Z (over 12 years ago)
- Last Synced: 2025-01-20T07:13:20.490Z (5 months ago)
- Language: Java
- Size: 109 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
java-sshtools_to_openssh
========================Convert SSHTools keys to OpenSSH key format
Usage
-----
./compile
./run sshtools_format_key_fileYou 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