From 6106a555fee13dce50eb4b61e568e6822a2382d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aleksander=20Skj=C3=A6veland=20Larsen?= Date: Wed, 17 Dec 2014 19:15:54 +0100 Subject: [PATCH] Adding info on SSH agent to README.md --- Readme.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Readme.md b/Readme.md index 69fd527..1f44311 100644 --- a/Readme.md +++ b/Readme.md @@ -61,6 +61,12 @@ For example there is one defined for you `alias e.=explorer .` All aliases will be saved in `/config/aliases` file +### SSH Agent + +To start SSH agent simply call `agent`, which is in the `bin` folder. + +If you want to run SSH agent on startup, uncomment the line in `/vendor/init.bat`so it says `@call "%CMDER_ROOT%/bin/agent.cmd"`. + ## Todo 1. Complete PowerShell compatibility.