You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Supported **Local** and **Remote Port forward**, **Dynamic Forward(SOCKS5, http)**, **Reverse Dynamic Forward(SOCKS5, http)** and **x11 forward**.
28
+
* Supported KnownHosts.
28
29
* By using **NFS Forward**/**NFS Reverse Forward**, the NFS server starts listening to the PATH of the local host or remote machine, making it available via local port forwarding.
29
30
* Can use bashrc of local machine at ssh connection destination.
30
31
* It supports various authentication methods. Password, Public key, Certificate and PKCS11(Yubikey etc.).
@@ -629,6 +630,29 @@ After that, the forwarded PATH can be used as a mount point on the local machine
629
630
If OpenSsh config is loaded, it will be loaded as it is.
630
631
631
632
633
+
</details>
634
+
635
+
### 10. Check KnownHosts
636
+
<details>
637
+
638
+
Supported check KnownHosts.
639
+
If you want to enable check KnownHost, set `check_known_hosts` to `true` in Server Config.
640
+
641
+
If you want to specify a file to record KnownHosts, add file path to `known_hosts_files`.
0 commit comments