Skip to content

Commit

Permalink
Update other.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaEstes committed Mar 16, 2016
1 parent f7727da commit 62979e6
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions other.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,19 +26,3 @@ Host test
Next, all you need to do to ssh into the server is `ssh test` and that's it.

> **NOTE** `HostName` may be an IP Address instead of a domain name
## OpenSSL

### Encypt/Decrypt file

```
# Encrypt
openssl aes-128-cbc -a -e -pass pass:test -in vars -out vars.enc
# Puts encrypted data into vars.enc file
# Decrypt
openssl aes-128-cbc -a -d -pass pass:test -in vars.enc
# Outputs decrypted data to STDOUT
```

NOTE: See `openssl passpharse arguments` for information on using the password on the commandline. It can be changed to a file or an environment variable.

0 comments on commit 62979e6

Please sign in to comment.