waveterm/wavesrv/pkg
Sylvie Crowe 6091305bb3
SSH Quick Fixes (#385)
* fix: allow ssh user to use numbers/capital letters

Prior to this change, usernames could not start with numbers and could
not contain capital letters at all. Note that the username can also
start with capital letters.

* fix: update ssh_config with IdentityFiles fix

This adds the update that provides the ssh2 defaults for IdentityFiles.
This will allow the usual defaults to be searched when none are
explicitly provided.

* fix: overwrite identity files instead of appending

This change makes it so a waveterm configured identity file will
overwrite the one in the config instead of attempting to append it. This
matches the behavior of openssh.

* style: use regular font for markdown user input

This makes the Markdown User Input indistinct from user input without
markdown. It changes the font and makes a couple small adjustments to
the font size and line height.

* fix: use font property instead of font-family

The markdown css for User Input can be simplified with the font being
set by the "font" property rather than the "font-family" property.
2024-03-06 12:33:01 -08:00
..
cmdrunner SSH Quick Fixes (#385) 2024-03-06 12:33:01 -08:00
comp zsh support (#227) 2024-01-16 16:11:04 -08:00
dbutil big update to screen/session delete, and clear (#199) 2023-12-27 13:11:53 -08:00
keygen Fixing linting errors in unused keygen function (#135) 2023-12-12 14:17:03 -08:00
mapqueue add license notice (#37) 2023-10-16 21:31:13 -07:00
pcloud zsh cleanup and stats (#247) 2024-01-23 17:19:03 -08:00
promptenc zsh support (#227) 2024-01-16 16:11:04 -08:00
releasechecker Update dependencies (#383) 2024-03-05 16:12:52 -08:00
remote SSH Quick Fixes (#385) 2024-03-06 12:33:01 -08:00
rtnstate zsh support (#227) 2024-01-16 16:11:04 -08:00
scbase Get version for build-universal from the build-helper output, use package.json for all versioning (#321) 2024-02-23 17:44:00 -08:00
scbus Use IsEmpty rather than nullcheck for scbus types 2024-02-16 12:14:05 -08:00
scpacket Break model update code out of sstore (#290) 2024-02-15 16:45:47 -08:00
scws Break model update code out of sstore (#290) 2024-02-15 16:45:47 -08:00
shparse zsh support (#227) 2024-01-16 16:11:04 -08:00
sstore Theme switching (#361) 2024-03-01 00:01:23 -08:00
userinput Break model update code out of sstore (#290) 2024-02-15 16:45:47 -08:00
wsshell add license notice (#37) 2023-10-16 21:31:13 -07:00