From 32af3694fcccdcedac9068cdd07c56cfac2bcf6e Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Sun, 5 Feb 2023 10:27:26 +0100 Subject: [PATCH] sshtunnel: fix type, case and whitespace issues Signed-off-by: Stefan Weil --- net/sshtunnel/Makefile | 4 ++-- net/sshtunnel/files/uci_sshtunnel | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/net/sshtunnel/Makefile b/net/sshtunnel/Makefile index 67273109b..0b816dcd3 100644 --- a/net/sshtunnel/Makefile +++ b/net/sshtunnel/Makefile @@ -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 diff --git a/net/sshtunnel/files/uci_sshtunnel b/net/sshtunnel/files/uci_sshtunnel index 6f7a24c09..87ab9eda9 100644 --- a/net/sshtunnel/files/uci_sshtunnel +++ b/net/sshtunnel/files/uci_sshtunnel @@ -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