Skip to content

Instantly share code, notes, and snippets.

@adamelliotfields
adamelliotfields / windows-ssh-no-password-with-keys-wsl2.md
Last active May 3, 2024 02:33
Windows SSH Server with Password-less Key Authentication and Default WSL2 Shell

Windows SSH Server with Password-less Key Authentication and Default WSL2 Shell

Disclaimer: I am not a Windows Admin and I'm not even that good with PowerShell.

I wanted to be able to SSH into my Windows laptop directly into Linux. I also wanted to disable password authentication and only allow public key (RSA in my case) authentication.

Scott Hanselman wrote a blog post on how to make your default WSL2 distro your default shell for SSH. Windows OS Hub published an article on using public key

@PseudoDoctor
PseudoDoctor / default.lua
Last active January 1, 2023 20:00 — forked from ewauq/logitech-bind-f13-f24.lua
How to: Bind F13 to F24 keys on the G-keys (Logitech Gaming Keyboards)
function OnEvent(event, arg , kb)
end
@robwhitaker
robwhitaker / TweegoSetup.md
Last active September 22, 2022 05:02
Setting up Tweego w/ SugarCube 2.20 & Sublime Text 2 / VSCode

Tweego Setup

Note:

  • 2020-02-24 - Several things have changed since I wrote this back in 2017. I suggest checking out AnotherEpigone's comment below before trying to follow this guide.

Downloading and installing Tweego

You can download Tweego from the (hard to find) Tweego page on the Motoslave website. Compiled executables are available for Windows, Mac, and Linux, or you can follow the link on that page to Bitbucket to compile it yourself from source (instructions on Bitbucket).

There is no installer. Once you download the executable, add it to your PATH and you're all set to use Tweego...