This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
osx:start [2020/08/13 13:23] robm Moved VPN over SSH to its own page, /vpn |
osx:start [2022/05/13 13:19] (current) robm [GPG with remote forwarding] |
||
|---|---|---|---|
| Line 712: | Line 712: | ||
| session | session | ||
| </ | </ | ||
| - | |||
| These appear to be tried in the order listed, and if one aborts (e.g. press ESC for TouchID) the next is tried (i.e. the usual terminal password prompt) | These appear to be tried in the order listed, and if one aborts (e.g. press ESC for TouchID) the next is tried (i.e. the usual terminal password prompt) | ||
| + | |||
| + | To make this work from within '' | ||
| + | |||
| + | Install by first running: | ||
| + | |||
| + | < | ||
| + | brew install pam-reattach | ||
| + | </ | ||
| + | |||
| + | and then modifying ''/ | ||
| + | |||
| + | < | ||
| + | # sudo: auth account password session | ||
| + | auth | ||
| + | auth | ||
| + | auth | ||
| + | auth | ||
| + | account | ||
| + | password | ||
| + | session | ||
| + | </ | ||
| ====== Automatic fan control when on AC power to avoid sweaty palms ====== | ====== Automatic fan control when on AC power to avoid sweaty palms ====== | ||
| Line 788: | Line 808: | ||
| Server testcase: < | Server testcase: < | ||
| + | **Future direction**: | ||
| ====== Number Pad ====== | ====== Number Pad ====== | ||
| Line 813: | Line 834: | ||
| https:// | https:// | ||
| + | |||
| + | ====== Change URL and file-type/ | ||
| + | |||
| + | https:// | ||
| + | |||
| + | or '' | ||
| + | |||
| + | ====== Download files from interactive SSH sessions ====== | ||
| + | |||
| + | iTerm2.app snippet: | ||
| + | |||
| + | < | ||
| + | alias download=" | ||
| + | Li4uIgogIGV4aXQgMQpmaQpmb3IgZmlsZW5hbWUgaW4gIiRAIgpkbwogIGlmIFsgISAtciAiJGZp | ||
| + | bGVuYW1lIiBdIDsgdGhlbgogICAgZWNobyBGaWxlICRmaWxlbmFtZSBkb2VzIG5vdCBleGlzdCBv | ||
| + | ciBpcyBub3QgcmVhZGFibGUuCiAgICBjb250aW51ZQogIGZpCgogIGZpbGVuYW1lNjQ9JChlY2hv | ||
| + | IC1uICIkZmlsZW5hbWUiIHwgYmFzZTY0KQogIGZpbGVzaXplPSggJCh3YyAtYyAiJHtmaWxlbmFt | ||
| + | ZX0iKSApCiAgcHJpbnRmICJcMDMzXTEzMzc7RmlsZT1uYW1lPSR7ZmlsZW5hbWU2NH07c2l6ZT0k | ||
| + | e2ZpbGVzaXplWzBdfToiCiAgYmFzZTY0IDwgIiRmaWxlbmFtZSIKICBwcmludGYgJ1xhJwpkb25l | ||
| + | Cg==' | ||
| + | |||
| + | </ | ||
| + | |||
| + | Also offered as an answer [[https:// | ||
| + | |||