forked from davidrg/ckwin
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Which will make it much easier for users upgrading from betas 2-6 to deal with the fact the default SSH directory has changed.
- Loading branch information
Showing
8 changed files
with
148 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -91,11 +91,16 @@ SSH REMOVE LOCAL-PORT-FORWARD local-port | |
the local port forwarding list. This has no effect on any active | ||
connection. | ||
SSH REMOVE REMOTE-PORT-FORWARD remote-port", | ||
SSH REMOVE REMOTE-PORT-FORWARD remote-port | ||
Removes the remote port forward with the specified remote-port from | ||
the remote port forwarding list. This has no effect on any active | ||
connection. | ||
SET SSH DIRECTORY directory | ||
Specifies where Kermit 95 should look for the default SSH user files | ||
such as the user-known-hosts file and identity files (id_rsa, etc). | ||
By default Kermit 95 looks for these in \\v(appdata)ssh. | ||
set ssh v2 key-exchange-methods {CURVE25519-SHA256, | ||
[email protected], DIFFIE-HELLMAN-GROUP1-SHA1, | ||
DIFFIE-HELLMAN-GROUP14-SHA1, DIFFIE-HELLMAN-GROUP14-SHA256, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.