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
Previous revision
Next revision Both sides next revision
osx:start [2019/09/09 20:28]
robm + Number Pad
osx:start [2020/01/30 20:45]
robm [GPG with remote forwarding]
Line 948: Line 948:
  
 <code>echo "foo" | gpg --encrypt -r "Robert Meerman" | gpg --decrypt</code> <code>echo "foo" | gpg --encrypt -r "Robert Meerman" | gpg --decrypt</code>
 +
 +Remote end:
 +
 +Modify ''/etc/ssh/sshd_config'' to include:
 +
 +<code>
 +# Allow socket files to be unlinked by incoming connections (intended to
 +# faciliate use of GPG Agent)
 +StreamLocalBindUnlink yes
 +</code>
 +
 +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 ======
Line 953: Line 975:
 I installed an application to make my iPhone act as a Number Pad: https://apps.apple.com/gb/app/remote-keypad-numpad-keyboard/id1135300319 I installed an application to make my iPhone act as a Number Pad: https://apps.apple.com/gb/app/remote-keypad-numpad-keyboard/id1135300319
  
-Satisfies [[osx:https://blender.stackexchange.com/q/108249/20696|Blender's obsession]] with number pads!+Satisfies [[https://blender.stackexchange.com/q/108249/20696|Blender's obsession]] with number pads!
osx/start.txt · Last modified: 2022/05/13 13:19 by robm