Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am Rutix on github.
  • I am rutix (https://keybase.io/rutix) on keybase.
  • I have a public key whose fingerprint is 29CA 4A51 702B 6303 353D 7C53 3063 F0AD 818A 3040

To claim this, I am signing this object:

# SSH Agent Functions
# Mark Embling (http://www.markembling.info/)
#
# How to use:
# - Place this file into %USERPROFILE%\Documents\WindowsPowershell (or location of choice)
# - Import into your profile.ps1:
# e.g. ". (Resolve-Path ~/Documents/WindowsPowershell/ssh-agent-utils.ps1)" [without quotes]
# - Enjoy
#
# Note: ensure you have ssh and ssh-agent available on your path, from Git's Unix tools or Cygwin.