Skip to content

Commit

Permalink
Merge branch 'issue14/broken_links_in_README'
Browse files Browse the repository at this point in the history
  • Loading branch information
ymnk committed Sep 11, 2013
2 parents af0b48c + 3b99628 commit cde963c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,23 +17,23 @@ This software is licensed under [BSD style license](https://github.com/ymnk/jsch
$ mvn install

## Examples
+ [UsingPageant.java](https://github.com/ymnk/jsch-agent-proxy/blob/master/examples/src/main/java/com/jcraft/agentproxy/examples/UsingPageant.java)
+ [UsingPageant.java](https://github.com/ymnk/jsch-agent-proxy/blob/master/examples/src/main/java/com/jcraft/jsch/agentproxy/examples/UsingPageant.java)
This sample demonstrates how to get accesses to Pageant.

$ cd examples
$ cd compile
$ mvn exec:java \
-Dexec.mainClass="com.jcraft.jsch.agentproxy.examples.UsingPageant"

+ [UsingSSHAent.java](https://github.com/ymnk/jsch-agent-proxy/blob/master/examples/src/main/java/com/jcraft/agentproxy/examples/UsingSSHAgent.java)
+ [UsingSSHAent.java](https://github.com/ymnk/jsch-agent-proxy/blob/master/examples/src/main/java/com/jcraft/jsch/agentproxy/examples/UsingSSHAgent.java)
This sample demonstrates how to get accesses to ssh-agent.

$ cd examples
$ mvn compile
$ mvn exec:java \
-Dexec.mainClass="com.jcraft.jsch.agentproxy.examples.UsingSSHAgent"

+ [JSchWithAgentProxy.java](https://github.com/ymnk/jsch-agent-proxy/blob/master/examples/src/main/java/com/jcraft/agentproxy/examples/JSchWithAgentProxy.java)
+ [JSchWithAgentProxy.java](https://github.com/ymnk/jsch-agent-proxy/blob/master/examples/src/main/java/com/jcraft/jsch/agentproxy/examples/JSchWithAgentProxy.java)
This sample demonstrates how to integrate jsch-agent-proxy into JSch.

$ cd examples
Expand All @@ -42,7 +42,7 @@ This software is licensed under [BSD style license](https://github.com/ymnk/jsch
-Dexec.mainClass="com.jcraft.jsch.agentproxy.examples.JSchWithAgentProxy" \
-Dexec.args="foo@bar.com"

+ [SshjWithAgentProxy.java](https://github.com/ymnk/jsch-agent-proxy/blob/master/examples/src/main/java/com/jcraft/agentproxy/examples/SshjWithAgentProxy.java)
+ [SshjWithAgentProxy.java](https://github.com/ymnk/jsch-agent-proxy/blob/master/examples/src/main/java/com/jcraft/jsch/agentproxy/examples/SshjWithAgentProxy.java)
This sample demonstrates how to integrate jsch-agent-proxy into sshj.

$ cd examples
Expand All @@ -51,7 +51,7 @@ This software is licensed under [BSD style license](https://github.com/ymnk/jsch
-Dexec.mainClass="com.jcraft.jsch.agentproxy.examples.SshjWithAgentProxy" \
-Dexec.args="foo@bar.com"

+ [TrileadWithAgentProxy.java](https://github.com/ymnk/jsch-agent-proxy/blob/master/examples/src/main/java/com/jcraft/agentproxy/examples/TrileadWithAgentProxy.java)
+ [TrileadWithAgentProxy.java](https://github.com/ymnk/jsch-agent-proxy/blob/master/examples/src/main/java/com/jcraft/jsch/agentproxy/examples/TrileadWithAgentProxy.java)
This sample demonstrates how to integrate jsch-agent-proxy into Trilead SSH2 (SVNKit fork).

$ cd examples
Expand Down

0 comments on commit cde963c

Please sign in to comment.