All Projects → ericblade → ssh-agent-cmd

ericblade / ssh-agent-cmd

Licence: other
Script for Windows Command Processor (cmd.exe) to run ssh-agent

Programming Languages

Batchfile
5799 projects

Projects that are alternatives of or similar to ssh-agent-cmd

Pawn.CMD
🚀 Plugin-powered command processor for SA:MP server
Stars: ✭ 80 (+100%)
Mutual labels:  cmd, command-processor
Monokai-Flat
A material monokai color scheme for Visual Studio, Visual Studio Code, JetBrains IDE and some terminal
Stars: ✭ 21 (-47.5%)
Mutual labels:  cmd
Homebrew Command Not Found
🔍 Ubuntu’s command-not-found equivalent for Homebrew on macOS
Stars: ✭ 236 (+490%)
Mutual labels:  cmd
tdls
command-line Todo-list & Tech-blogging Service
Stars: ✭ 19 (-52.5%)
Mutual labels:  cmd
Covid19 Tracker Cli
A curl-based command line tracker for Novel Coronavirus or COVID-19 pandemic. It Supports terminal for linux and macos, command prompt for windows, and termux for android with real-time updates.
Stars: ✭ 244 (+510%)
Mutual labels:  cmd
win-gpg-agent
[DEPRECATED] Windows helpers for GnuPG tools suite
Stars: ✭ 214 (+435%)
Mutual labels:  ssh-agent
Invoker
Penetration testing utility, and antivirus assessment tool.
Stars: ✭ 178 (+345%)
Mutual labels:  cmd
Backdoor
A backdoor that runs on Linux and Windows
Stars: ✭ 36 (-10%)
Mutual labels:  cmd
BuiltinCmd
VS extension that provide a built-in terminal window for CMD or Powershell.
Stars: ✭ 30 (-25%)
Mutual labels:  cmd
Blackeye-for-Windows
This is a Phishing tool. Phishing is a type of hacking also called credential harvesting. It creates fake websites for victims to login which saves their login info which includes IP, User-Agent, Username and Password to a file in the computer running Blackeye. This tool has been there for Linux and even Android via Termux. I converted it to Win…
Stars: ✭ 38 (-5%)
Mutual labels:  cmd
The-Learning-Documentation-Project
This documentation is about the new learning(s) and issue(s) resolvings on different aspects of academic, professional and personal thoughts. It includes(or/with links): Research topics(& resources), Programming(issues and code), Advanced Linux commands, Networking commands, bash script command utilization, Linux packages(& scripts), Machinine l…
Stars: ✭ 27 (-32.5%)
Mutual labels:  ssh-agent
Terminal
The new Windows Terminal and the original Windows console host, all in the same place!
Stars: ✭ 79,371 (+198327.5%)
Mutual labels:  cmd
igit
Git made easy with Interactive git cli
Stars: ✭ 19 (-52.5%)
Mutual labels:  cmd
Mitype
Typing speed test in terminal
Stars: ✭ 241 (+502.5%)
Mutual labels:  cmd
blessclient
Go client to negotiate SSH certificates
Stars: ✭ 58 (+45%)
Mutual labels:  ssh-agent
Commander
Test your command line interfaces on windows, linux and osx and nodes viá ssh and docker
Stars: ✭ 183 (+357.5%)
Mutual labels:  cmd
kubectl-plugin-ssh-jump
A kubectl plugin to access nodes or remote services using a SSH jump Pod
Stars: ✭ 117 (+192.5%)
Mutual labels:  ssh-agent
bitwig
Some controller scripts for Bitwig
Stars: ✭ 43 (+7.5%)
Mutual labels:  cmd
TerminalStocks
Pure terminal stock ticker for Windows.
Stars: ✭ 88 (+120%)
Mutual labels:  cmd
Batch-Antivirus
Batch Antivirus, a powerful antivirus suite written in batch with real-time protection and heuristical scanning.
Stars: ✭ 26 (-35%)
Mutual labels:  cmd

ssh-agent script for Windows CMD.exe

You hate entering your password over and over and over when you're using git in the Windows cmd.exe Command Processor, right?

Me too. So, here's a script that will launch ssh-agent, or connect to an existing one. There's also a registry entry key that you can import, that will cause it to run the script automatically in every command processor you open.

You probably DO NOT need to use the auto-start registry hack. If you place this script in your startup folder, it should successfully write the variables to your global registry, therefore allowing any further command shells that are spawned to know how to use the ssh-agent.

**** WARNINGS ****

IF YOU USE THE REGISTRY HACK TO AUTO-START THIS SCRIPT, YOU MUST EDIT THESE FILES AND PLACE THE CORRECT LOCATIONS TO YOUR FILES, OTHERWISE BAD THINGS MAY HAPPEN.

**** Installation ****

Place sshagent.cmd somewhere within your system. Edit it to change the SSH_BIN_PATH variable.

If you want to use the registry entry, edit the autorun.reg file, and change the path listed in "AutoRun"="d:\\sshagent.cmd" to point to the location where your sshagent.cmd you will be using is. Then double-click the autorun.reg file. (Make sure you use double slashes in this file! If you screw up this file, I don't know what will happen. Maybe nothing, maybe you won't be able to start a command window again without undoing it)

If you have git 1.7.0 for windows or better, and you are constantly nagged by github to enter credentials for https accesses, you might try:

git config --global credential.helper wincred

**** Caveats ****

Nothing that I know of!

**** License ****

This is free. Plain-old free, public domain. As open as it gets. Do whatever you want with it. It'd be super nice, though, if you were to make any changes that someone else would find useful, if you contributed those as a pull request. Open source works best when everyone helps!

And don't forget: Today, you should BE AWESOME.

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].