I hereby claim:
- I am SuperMarioSF on github.
- I am supermariosf (https://keybase.io/supermariosf) on keybase.
- I have a public key whose fingerprint is 61EF 26E6 80DF 7878 01DF A87E C8DC 4EB0 D22A 583C
To claim this, I am signing this object:
[Unit] | |
Description=Modem Manager | |
After=polkit.service | |
Requires=polkit.service | |
ConditionVirtualization=!container | |
BindsTo=uConsoleLTE.service | |
[Service] | |
Type=dbus | |
BusName=org.freedesktop.ModemManager1 |
# Get the source code | |
git clone https://git.code.sf.net/p/sshout/daemon-code sshout | |
cd sshout | |
# Essential package for building | |
sudo apt update | |
sudo apt install build-essential gettext libmhash-dev libreadline-dev | |
# Optional package for runtime features | |
sudo apt install xclip elinks |
I hereby claim:
To claim this, I am signing this object:
Edit (2021-10-31, SuperMarioSF):
--force
for wsl-ssh-pagent, which caused not to able to launch wsl-ssh-pagent when there already file created.ssh-add
enviornment variable SSH_AUTH_SOCK
. (Thanks @landfillbaby for information in original gist comment)This simple Gist will explain how to settup your GPG key to work for SSH authentication (with Git) and Git commit signing on Windows 10. This may seem straightforward on Linux, but there are certain tweaks needed on Windows.
class HoldOn(object): | |
Continue = 100 | |
SwitchingProtocol = 101 | |
Processing = 102 | |
EarlyHints = 103 | |
Checkpoint = 103 # Unofficial: Common usage | |
class HereYouGo(object): | |
OK = 200 |