Results 4 comments of Phiberr

Yes please, I sideloaded the app and it fails/loops at the request for permissions step

I've got a PR at https://github.com/vaniacer/sshto/pull/22 for this feature. Please review and comment.

Here's an example config that works with the [v0.9 (alpha)] release for anyone running into this. ``` browser_count=$((browser_count+1)) BROWSER_LIST[$browser_count]="ffdefault" BROWSER_NAME[ffdefault]="FireFox Default" BROWSER_PATH[ffdefault]=$(which firefox) BROWSER_ARGS[ffdefault]="-P Default" browser_count=$((browser_count+1)) BROWSER_LIST[$browser_count]="ff2" BROWSER_NAME[ff2]="FireFox Profile2" BROWSER_PATH[ff2]=$(which...

An example that parses the .ssh/config to create a menu. https://github.com/antonjah/ssh-menu