summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-12-23 21:56:37 +0300
committerArtyom V. Poptsov <poptsov.artyom@gmail.com>2015-12-23 21:56:37 +0300
commit4c2c2c7363f88fbd1d2bcbec4498a8fd02a3be73 (patch)
tree76bb8e53813fa18c1e6bab3d3ca3c83fff5ccd5d /examples
parentexamples/README: Update (diff)
downloadguile-ssh-4c2c2c7363f88fbd1d2bcbec4498a8fd02a3be73.tar.gz
examples/README: Update
* examples/README: Fix description of 'rpc.scm' and 'ssshd.scm'.
Diffstat (limited to 'examples')
-rw-r--r--examples/README6
1 files changed, 4 insertions, 2 deletions
diff --git a/examples/README b/examples/README
index 733859a..4481bce 100644
--- a/examples/README
+++ b/examples/README
@@ -4,7 +4,7 @@
This directory includes an examples of programs that use Guile-SSH
library to access SSH protocol.
- Executable =.scm=-files are produced from =.scm.in= files during the build
+ Executable =.scm= files are produced from =.scm.in= files during the build
process.
** =sssh.scm=
Scheme Secure Shell (SSSH) uses Guile-SSH API to implement basic SSH client
@@ -15,19 +15,21 @@ Please see
$ ./sssh.scm --help
#+END_EXAMPLE
for information about program usage.
-
*** Examples
#+BEGIN_EXAMPLE
$ ./sssh.scm --identity=~/.ssh/id_rsa --user=avp localhost "uname -a"
#+END_EXAMPLE
** =ssshd.scm=
+ Scheme Secure Shell Daemon (SSSHD) uses Guile-SSH API to implement basic
+ SSH server functionality.
** =echo=
Echo client and server.
** =rrepl.scm=
A demo program that allows to connect to a remote REPL (RREPL) server. Pass
=--help= (or =-h=) flag to the program to get usage information.
** =rpc=
+ RPC over an SSH tunnel.
** =sscp.scm=
*** Usage
#+BEGIN_EXAMPLE