Commit graph

3 commits

Author SHA1 Message Date
Kirill A. Korinsky 46c3ef3cf1
Introduce *swm-ssh-default-term-title-opt*
`-T` looks a universal option for `xterm` and `urxvtc`, but `sakura`
requries `-t` (or `--title`) for example.
2025-05-25 20:56:09 +02:00
Kirill A. Korinsky d7c6081144
Use known_hosts as source at swm-ssh
Unfortently, config may contains wildcard based domains which makes it
usless for this module, but from another hand the known_hosts is good
source for known connections.

Thus, tramp uses the same idea.
2024-02-05 23:32:43 +01:00
xstrtok 2d86cc60fb Add swm-ssh module
A simple module that parses your ssh config file and lets the user
select to which host they can ssh to.
2020-04-07 19:55:04 +03:00