sshtunnel: fix type, case and whitespace issues
Signed-off-by: Stefan Weil <sw@weilnetz.de>
This commit is contained in:
parent
bc1ac271e8
commit
32af3694fc
2 changed files with 5 additions and 5 deletions
|
@ -20,13 +20,13 @@ define Package/sshtunnel
|
|||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
SUBMENU:=SSH
|
||||
TITLE:=Manages Local and Remote openssh ssh(1) tunnels
|
||||
TITLE:=Manages local and remote openssh ssh(1) tunnels
|
||||
DEPENDS:=+openssh-client
|
||||
PKGARCH:=all
|
||||
endef
|
||||
|
||||
define Package/sshtunnel/description
|
||||
Creates openssh ssh(1) Local and Remote tunnels configured in UCI file. Can be used to allow remote connections, possibly over NATed connections or without public IP/DNS
|
||||
Creates openssh ssh(1) local and remote tunnels configured in UCI file. Can be used to allow remote connections, possibly over NATed connections or without public IP/DNS
|
||||
endef
|
||||
|
||||
define Package/sshtunnel/conffiles
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#
|
||||
# password authentication is not possible, public key authentication must be used.
|
||||
# set "option IdentityFile" to he file from which the identity (private key) for RSA or DSA authentication is read.
|
||||
# Password authentication is not possible, public key authentication must be used.
|
||||
# Set "option IdentityFile" to the file from which the identity (private key) for RSA or DSA authentication is read.
|
||||
# The default is ~/.ssh/identity for protocol version 1, and ~/.ssh/id_rsa and ~/.ssh/id_dsa for protocol version 2.
|
||||
# ssh will also try to load certificate information from the filename obtained by appending -cert.pub to identity filenames.
|
||||
#
|
||||
|
@ -33,7 +33,7 @@
|
|||
# option localport 80
|
||||
|
||||
# tunnelL(ocal) - when the connection will be initiated to the L(ocal) endpoint at
|
||||
# localaddress:localport and then forwarded to remoteaddress:remoteport
|
||||
# localaddress:localport and then forwarded to remoteaddress:remoteport
|
||||
#
|
||||
#config tunnelL test
|
||||
# option server disney
|
||||
|
|
Loading…
Reference in a new issue