User Tools

Site Tools


osx:start

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
osx:start [2020/01/30 20:36]
robm [GPG with remote forwarding]
osx:start [2020/01/30 20:45]
robm [GPG with remote forwarding]
Line 960: Line 960:
  
 See https://wiki.gnupg.org/AgentForwarding See https://wiki.gnupg.org/AgentForwarding
 +
 +Client: ''gpg -K'' to show secret (private) keys. Take the HEX (public key fingerprint) and ...
 +
 +Server: ''gpg --recv-key 6F840EE9A203D5283CAA943EF07529A9FE85C329''
 +
 +.. and trust it, or tools like 'passwd' cannot use it:
 +
 +Server: ''gpg --edit-key "Robert Meerman"'' and then enter ''trust'' and set to ''Ultimate'' (it's your own key after all), then ''quit''.
 +
 +Server testcase: <code>echo "foo" | gpg --encrypt -r "Robert Meerman" | gpg --decrypt</code>
 +
 ====== Number Pad ====== ====== Number Pad ======
  
osx/start.txt · Last modified: 2022/05/13 13:19 by robm