Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-08 | ssh: T4922: add source-interface support ssh-client | Christian Poessinger | |
(cherry picked from commit 87cc636bd2baf576a2a5ece7a4f8318eb4f69c2e) | |||
2021-02-14 | templates: convert DOS -> UNIX line endings | Christian Poessinger | |
2020-08-04 | ssh: T2651: add cli options for source address | Christian Poessinger | |
When running SSH from the VyOS system the source IP address can be set by: set system options ssh-client source-address x.x.x.x | |||
2020-08-04 | cleanup: convert multiple files from DOS to UNIX line ending | Christian Poessinger | |
2020-07-15 | http-client: T2651: support specifying source-interface/address for curl | Christian Poessinger | |
Please note that either interface or address can be configured. system { options { http-client { source-interface eth0 source-address 1.1.1.1 } } } |