Skip to content

Instantly share code, notes, and snippets.

View kasecato's full-sized avatar
🙇‍♂️

Keisuke KATO kasecato

🙇‍♂️
View GitHub Profile
{
"title": "Japanese",
"rules": [
{
"description": "Shift + Space to next input method",
"manipulators": [
{
"type": "basic",
"from": {
"key_code": "spacebar",
@kasecato
kasecato / FIDO2_4_windows_11.md
Last active February 23, 2025 07:51
Git FIDO2 for Windows 11
# Uninstall the OpenSSH Client
# https://learn.microsoft.com/en-us/windows-server/administration/openssh/openssh_install_firstuse?tabs=powershell#uninstall-openssh-for-windows
Remove-WindowsCapability -Online -Name OpenSSH.Client~~~~0.0.1.0

# Install FIDO2 / OpenSSH-Win64.zip
# https://github.com/PowerShell/Win32-OpenSSH/wiki/Install-Win32-OpenSSH#install-win32-openssh-test-release
explorer "https://github.com/PowerShell/Win32-OpenSSH/releases/tag/v8.9.1.0p1-Beta"
mv ./OpenSSH-Win64/ "C:\Program Files\"
cd "C:\Program Files\OpenSSH-Win64"