All Projects → RaeesBhatti → Ssh Agent Helper

RaeesBhatti / Ssh Agent Helper

Licence: mit
Use SSH keys from CMD, PowerShell, etc. on Windows

Programming Languages

powershell
5483 projects

Projects that are alternatives of or similar to Ssh Agent Helper

Mole
CLI application to create ssh tunnels focused on resiliency and user experience.
Stars: ✭ 1,520 (+4803.23%)
Mutual labels:  hacktoberfest, ssh
Geofront
Simple SSH key management service
Stars: ✭ 337 (+987.1%)
Mutual labels:  ssh, ssh-key
Wsl2 Ssh Pageant
bridge between windows pageant and wsl2
Stars: ✭ 155 (+400%)
Mutual labels:  hacktoberfest, ssh
Ssh Ldap Pubkey
Utility to manage SSH public keys stored in LDAP.
Stars: ✭ 185 (+496.77%)
Mutual labels:  ssh, ssh-key
Geofront Cli
It provides a CLI client for Geofront, a simple SSH key management server.
Stars: ✭ 30 (-3.23%)
Mutual labels:  ssh, ssh-key
Bastillion
Bastillion is a web-based SSH console that centrally manages administrative access to systems. Web-based administration is combined with management and distribution of user's public SSH keys.
Stars: ✭ 2,730 (+8706.45%)
Mutual labels:  ssh, ssh-key
Ssh Vault
🌰 encrypt/decrypt using ssh keys
Stars: ✭ 277 (+793.55%)
Mutual labels:  ssh, ssh-key
Sshremotekeys
Managing SSH keys remotely to control access to hosts
Stars: ✭ 70 (+125.81%)
Mutual labels:  ssh, ssh-key
Cashier
A self-service CA for OpenSSH
Stars: ✭ 590 (+1803.23%)
Mutual labels:  ssh, ssh-key
Ssh Permit A38
Central management and deployment for SSH keys
Stars: ✭ 451 (+1354.84%)
Mutual labels:  ssh, ssh-key
Cedarkey
$2 hardware SSH keys storage
Stars: ✭ 148 (+377.42%)
Mutual labels:  ssh, ssh-key
Action Tmate
Debug your GitHub Actions via SSH by using tmate to get access to the runner system itself.
Stars: ✭ 713 (+2200%)
Mutual labels:  hacktoberfest, ssh
Awesome Ssh
💻 A curated list of SSH resources.
Stars: ✭ 1,742 (+5519.35%)
Mutual labels:  ssh, ssh-key
Monday
⚡️ A dev tool for microservice developers to run local applications and/or forward others from/to Kubernetes SSH or TCP
Stars: ✭ 1,246 (+3919.35%)
Mutual labels:  hacktoberfest, ssh
Lastpass Ssh
SSH key management with LastPass
Stars: ✭ 105 (+238.71%)
Mutual labels:  ssh, ssh-key
wsl-agent-bridge
WSL compatibility bridge for ssh-agent on Windows
Stars: ✭ 17 (-45.16%)
Mutual labels:  ssh, ssh-key
Themer
themer is inspired by trevordmiller/nova and chriskempson/base16.
Stars: ✭ 4,483 (+14361.29%)
Mutual labels:  cmd, hacktoberfest
Shellhub
💻 ShellHub enables teams to easily access any Linux device behind firewall and NAT.
Stars: ✭ 686 (+2112.9%)
Mutual labels:  hacktoberfest, ssh
Goph
🤘 The native golang ssh client to execute your commands over ssh connection. 🚀🚀
Stars: ✭ 734 (+2267.74%)
Mutual labels:  hacktoberfest, ssh
Open2327romadapter
Open Hardware 2364-27xxx (E)EPROM Adapter PCB
Stars: ✭ 29 (-6.45%)
Mutual labels:  hacktoberfest

SSH Agent Helper

Use SSH keys from CMD, PowerShell, etc. on Windows

What does it fix?

If you want to use ssh with SSH keys (or git authenticated via SSH keys) from Command Prompt (cmd) or PowerShell, you either have to use startup scripts for the terminals or set the ssh-agent variables manually on each instance. This program just simply make ssh-agent universally available to programs launched from Windows environment. Which means that you can use do ssh-add to add keys that will be available in all terminals. And use your precious ssh and git right from Command Prompt, PowerShell, Bash or any other.

Usage

Download the binary from latest release.

  • ssh-agent-helper.exe: Invoking the program without any parameters will result in running ssh-agent and setting SSH_AUTH_SOCK and SSH_AGENT_PID as current user's environment variables. This will allow ssh-add, ssh or any other programs that consume ssh-agent to conect to it without any further configuration. But you must restart Command Prompt or PowerShell after this to take effect.
  • ssh-agent-helper.exe with --register-startup or -r parameter configures ssh-agent to run at the time of Windows startup.
  • ssh-agent-helper.exe with -r -a (path for (multiple) id_rsa here) configures ssh-agent to run at Windows startup and add specified SSH keys to the agent. E.g.ssh-agent-helper.exe -r -a %USERPROFILE%\.ssh\id_rsa
  • ssh-agent-helper.exe with --unregister-startup or -u will disable run at Windows startup functionality.

You can get the usage information by invoking the program with --help switch.

How can I contribute?

Try to use use and report bugs if you face any. Suggest any ideas you think can make this project better.

License

This project is covered by MIT License and the LICENSE file is included with the source code.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].