quantumsheep / sshs

Terminal user interface for SSH
MIT License
612 stars 17 forks source link

Option `-a` to forward argument #88

Closed nodauf closed 4 days ago

nodauf commented 5 days ago

Hello,

In the Golang version, I used a lot the argument -a that allows to forward option to ssh (https://github.com/quantumsheep/sshs/pull/51). Would it be possible to add the same argument on the rust version ?

Thank you

quantumsheep commented 4 days ago

Hello ! You can use the --template option:

sshs --template 'ssh "{{{name}}}" arg1 arg2'

Does that fit your need?

nodauf commented 4 days ago

Yes thank you I did not think about that.