Skip to content

Commit

Permalink
Corrected readme for lra#295 no longer syncing private keys by default
Browse files Browse the repository at this point in the history
  • Loading branch information
jehartzog committed Mar 6, 2017
1 parent 8f25571 commit 4ef1b34
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ See the [README](doc/README.md) file in the doc directory for more info.
- [Gmail Notifr](http://ashchan.com/projects/gmail-notifr)
- [GMVault](http://gmvault.org/)
- [Gnome SSH Tunnel Manager](http://sourceforge.net/projects/gstm/)
- [GnuPG](https://www.gnupg.org/) (NOTE: includes private keys)
- [GnuPG](https://www.gnupg.org/) (NOTE: private keys NOT synced by default)
- [Go2Shell](http://zipzapmac.com/Go2Shell)
- [Gogland](https://www.jetbrains.com/go/)
- [GoShare](https://github.com/dictget/goshare)
Expand Down Expand Up @@ -371,7 +371,7 @@ See the [README](doc/README.md) file in the doc directory for more info.
- [OmniFocus](https://www.omnigroup.com/omnifocus/)
- [OmniGraffle](https://www.omnigroup.com/omnigraffle/)
- [OpenEmu](http://openemu.org)
- [OpenSSH](http://www.openssh.com/) (NOTE: includes private keys)
- [OpenSSH](http://www.openssh.com/) (NOTE: private keys NOT synced by default)
- [Paintbrush](http://paintbrush.sourceforge.net/)
- [Pandoc](http://pandoc.org)
- [Pass](http://www.passwordstore.org/)
Expand Down Expand Up @@ -511,6 +511,19 @@ See the [README](doc/README.md) file in the doc directory for more info.
- [zathura](https://pwmt.org/projects/zathura/)
- [Zsh](http://zsh.sourceforge.net/)

## Syncing private keys

By default private keys for OpenSSH and GnuPG are NOT sycned. You can sync your private keys if you
want. For example, to sync your entire OpenSSH `.ssh` directory, create a `~/.mackup/ssh.cfg` file
the following content:
```
[application]
name = SSH
[configuration_files]
.ssh
```

## Can you support application X

We can [with your help](doc#get-official-support-for-an-application) ;)
Expand Down

0 comments on commit 4ef1b34

Please sign in to comment.