mmeyer724 / sshmenu

MIT License
56 stars 12 forks source link

Ability to specify additional command line options #1

Closed RealJTG closed 8 years ago

RealJTG commented 8 years ago

Consider adding ssh command line options to configuration file. E.g.:

{
    "targets": [
        {
            "host": "user@example-machine.local",
            "friendly": "This is an example target",
            "options": {
                "p": "443",
                "vvv": "",
                "1": ""
            }
        }
    ]
}

will execute ssh user@example-machine.local -p443 -vvv -1