This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #!/bin/bash | |
| ssh-keygen -t rsa -N "" -C travis -f ./travis_key | |
| # i only tested the encrypting on Linux. | |
| # on mac you need gsplit instead of split, but the rest should be mostly the same | |
| # | |
| # decryption works on both linux and mac travis-workers | |
| echo "encrypt private" |