Jan Schmitt
7a69b3e738
ssh: add addKeysToAgent option
2023-12-14 00:11:45 +01:00
Gaétan Lepage
6be873663e
ssh: add setEnv option ( #3935 )
2023-05-11 14:22:40 +02:00
Tobias Happ
5559ef0023
ssh: add includes option ( #2453 )
2021-11-16 11:51:10 -07:00
Damien Cassou
a21c97d011
ssh: add support for ServerAliveCountMax
...
PR #1299
2020-06-03 23:16:43 +02:00
Robert Helgesson
022228e0aa
ssh: switch type of matchBlocks to listOrDagOf
...
This switches the type of `matchBlocks` from `loaOf` to `listOrDagOf`.
The former has been deprecated in Nixpkgs. The latter allows
dependencies between entries to be expressed using the DAG functions.
2020-04-13 23:24:40 +02:00
David Wood
e8dbc35613
ssh: sockets forwards; remote and dynamic forwards
...
This commit adds support for forwarding paths rather than just
addresses/ports. It also adds options for specifying remote and
dynamic forwards.
2019-10-02 20:42:29 +02:00
Tobias Happ
0e871b490e
ssh: add localForwards option for matchBlocks
2019-08-20 12:11:00 +02:00
Robert Helgesson
989e636d98
ssh: add some basic tests
2019-03-19 23:00:17 +01:00