File tree Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Expand file tree Collapse file tree 3 files changed +18
-4
lines changed Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ A: Probably a disk full, or permission error.
82
82
Via [ clojars] ( http://clojars.org ) and
83
83
[ Leiningen] ( http://github.com/technomancy/leiningen ) .
84
84
85
- :dependencies [clj-ssh "0.3.2 "]
85
+ :dependencies [clj-ssh "0.3.3 "]
86
86
87
87
or your favourite maven repository aware tool.
88
88
Original file line number Diff line number Diff line change 1
1
# Release Notes
2
2
3
- Current release is 0.3.2
3
+ Current release is 0.3.3
4
+
5
+ ## 0.3.3
6
+
7
+ - Add a : agent-forwarding option
8
+ A boolean value is passed with : agent-forwarding to clj-ssh.ssh/ssh.
9
+
10
+ - Add support for system ssh-agent
11
+ Support the system ssh-agent (or pageant on windows when using putty) via
12
+ jsch-agent-proxy. Introduces a new agent function, clj-ssh.ssh/ssh-agent.
4
13
5
14
## 0.3.2
6
15
Original file line number Diff line number Diff line change 3
3
<modelVersion >4.0.0</modelVersion >
4
4
<groupId >clj-ssh</groupId >
5
5
<artifactId >clj-ssh</artifactId >
6
- <version >0.3.3 -SNAPSHOT</version >
6
+ <version >0.3.4 -SNAPSHOT</version >
7
7
<name >clj-ssh</name >
8
8
<description >
9
9
clj-ssh is a clojure wrapper for he jsch library, and can be used as an
126
126
<dependency >
127
127
<groupId >jsch-agent-proxy</groupId >
128
128
<artifactId >jsch-agent-proxy</artifactId >
129
- <version >0.0.4-SNAPSHOT</version >
129
+ <version >0.0.4</version >
130
+ </dependency >
131
+ <dependency >
132
+ <groupId >jsch-agent-proxy</groupId >
133
+ <artifactId >jsch-agent-proxy-jna</artifactId >
134
+ <version >0.0.4</version >
130
135
</dependency >
131
136
<dependency >
132
137
<groupId >log4j</groupId >
You can’t perform that action at this time.
0 commit comments