From 7b30017a148b2616f39446d872a220c419f0e238 Mon Sep 17 00:00:00 2001 From: Manfred Touron Date: Tue, 2 Jan 2018 22:28:52 +0100 Subject: [PATCH] Complete list of features --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 9a454c4..1cde49f 100644 --- a/README.md +++ b/README.md @@ -42,6 +42,10 @@ Jump host/Jump server without the jump, a.k.a Transparent SSH bastion * ipv4 and ipv6 support * [`scp`](https://linux.die.net/man/1/scp) support * [`rsync`](https://linux.die.net/man/1/rsync) support +* [tunneling](https://www.ssh.com/ssh/tunneling/example) (local forward, remote forward, dynamic forward) support +* [`sftp`](https://www.ssh.com/ssh/sftp/) support +* [`ssh-agent`](https://www.ssh.com/ssh/agent) support +* [`X11 forwarding`](http://en.tldp.org/HOWTO/XDMCP-HOWTO/ssh.html) support * Git support (can be used to easily use multiple user keys on GitHub, or access your own firewalled gitlab server) * Do not require any SSH client modification or custom `.ssh/config`, works with every tested SSH programming libraries and every tested SSH