diff options
| author | Artyom Poptsov <poptsov.artyom@gmail.com> | 2013-10-28 22:52:14 +0400 |
|---|---|---|
| committer | Artyom Poptsov <poptsov.artyom@gmail.com> | 2013-10-28 22:52:58 +0400 |
| commit | e12d4374a48758e98d19d3006aa332296d037880 (patch) | |
| tree | 8a5bc7725531e8932b00cc4412ed5c236e78be7f /examples/README | |
| parent | Improve printing of SSH keys. (diff) | |
| download | guile-ssh-e12d4374a48758e98d19d3006aa332296d037880.tar.gz | |
examples/: Add to the repository.
* Makefile.am (SUBDIRS): Add examples/
* configure.ac: Add examples/Makefile
* examples/: Add to the repository.
Diffstat (limited to 'examples/README')
| -rw-r--r-- | examples/README | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/examples/README b/examples/README new file mode 100644 index 0000000..c9c8272 --- /dev/null +++ b/examples/README @@ -0,0 +1,23 @@ +# -*- mode: outline; -*- + +* Overview + +This directory includes an examples of programs that use Guile-SSH +library to access SSH protocol + +* Scheme Secure Shell (SSSH) + +SSSH is uses Guile-SSH API to implement basic SSH client +functionality. + +** Usage + +Please see + + ./sssh.scm --help + +for information about program usage. + +** Examples + + ./sssh.scm --identity=~/.ssh/id_rsa --user=avp localhost "uname -a" |
