sshtunnel: uci_sshtunnel simplify
Simplify comment and make it shorter. Remove triling tab after retrydelay. Use a full path for IdentityFile because otherwise the uci validation fails with the relative path ~/.ssh Signed-off-by: Sergey Ponomarev <stokito@gmail.com>
This commit is contained in:
parent
7c8f4a2a1c
commit
41635f946c
1 changed files with 6 additions and 8 deletions
|
@ -1,9 +1,7 @@
|
|||
#
|
||||
# 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.
|
||||
#
|
||||
# Password auth is not possible so only Public Key auth must be used.
|
||||
# Set "option IdentityFile" to the file from which the identity (private key) is read.
|
||||
# By default the OpenSSH client checks for /root/.ssh/id_rsa, /root/.ssh/id_ed25519 and /root/.ssh/id_ecdsa
|
||||
# See https://openwrt.org/docs/guide-user/services/ssh/sshtunnel
|
||||
|
||||
#config server disney
|
||||
# option user mourinho
|
||||
|
@ -13,7 +11,7 @@
|
|||
# option CheckHostIP yes
|
||||
# option Compression no
|
||||
# option CompressionLevel 6
|
||||
# option IdentityFile ~/.ssh/id_rsa
|
||||
# option IdentityFile /root/.ssh/id_rsa
|
||||
# option LogLevel INFO
|
||||
# option PKCS11Provider /lib/pteidpkcs11.so
|
||||
# option ServerAliveCountMax 3
|
||||
|
|
Loading…
Reference in a new issue