Skip to content

Instantly share code, notes, and snippets.

View apex-omontgomery's full-sized avatar

Olivia Montgomery apex-omontgomery

  • ApexFintechSolutions
  • Denver
  • 01:24 (UTC -06:00)
View GitHub Profile
# 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.