Commit Graph

20 Commits

Author SHA1 Message Date
NI
a2d9419989 Allow Fingerprint to be defined in SSH Preset. Once defined, Sshwifty will use the fingerprint value to verify the public key fingerprint of the connecting SSH host 2020-11-14 23:00:35 +08:00
NI
703bb9afbf Fixed a typo in ui/commands/ssh.js 2020-07-16 10:00:03 +08:00
NI
67c99e3092 Implemented the host name auto suggestion, and added Preset feature 2020-02-07 21:34:16 +08:00
NI
b5ebe6759c Update copyright date to 2020. Happy new year! 2019-12-29 14:11:54 +08:00
NI
c018c7b4be Further improve the remote font intergation: Better preload strategy, better loading and UI interation. 2019-12-13 14:44:13 +08:00
NI
519d822e9c Fixed a grammer error in connection wizard (request -> the request) 2019-11-22 15:39:45 +08:00
NI
e77ad353f0 Add charset support for SSH as well 2019-10-02 22:30:14 +08:00
NI
843abc3707 Revert 93797a1d34, use the word "Password" instead. 2019-09-27 23:16:38 +08:00
NI
93797a1d34 Change the word "Password" to "Passphrase" to match the inputbox may later appear 2019-09-27 09:58:24 +08:00
NI
5131cb8122 Add and use the sendData method which will automatically break long data (longer than 0x1fff bytes) into different stream requests. 2019-09-19 15:04:46 +08:00
NI
db692d5eb4 Don't encourage user to login with root 2019-09-16 23:20:46 +08:00
NI
adb6408428 Well it turned out, TextEncoder does NOT accept encoding label 2019-09-15 07:42:58 +08:00
NI
70aea54e85 Fix the wrong value of AUTHMETHOD_NONE. 2019-09-11 16:42:36 +08:00
NI
c0ad0addad Better error message for SSH private key select box 2019-09-02 13:21:34 +08:00
NI
9aa2c4bd0a Edit description of the SSH "Private Key" field, and stop verify key content when the private key is not a RSA key. 2019-08-31 11:15:28 +08:00
NI
c815f73e7a Save credential (Password and private key etc) in webpage memory. 2019-08-29 22:47:20 +08:00
NI
6d349f133e SSH: Change the input box type for Private Key field from textarea to file. 2019-08-29 21:27:43 +08:00
NI
9e5d46b78f Remove invalid grammar 2019-08-21 08:53:33 +08:00
NI
5e6a774bd8 Fixed typo Passpharse => Passphrase #2
Thanks for reporting.
2019-08-13 17:37:06 +08:00
NI
02f14eb14f Initial commit 2019-08-07 15:56:51 +08:00