Description
Starting from version 1.4.0 the application supports ssh_config file. That means that if you have any hosts defined in your $HOME/.ssh/config
file or included files, they will all be visible in GoTo, though in read-only mode.
You can disable ssh_config support by running:
goto -d ssh_config
You can explicitly define your ssh config location via an environment variable or -s
key:
goto -s <path to file>
All hosts that are found in ssh config file will be put in ssh_config
group. However, you can re-group them as you wish. Please follow the README file which was updated for the forthcoming release and visit the F.A.Q. page which explains some usage details.
F.A.Q.
Warning
The work is still in progress - some unit tests are broken and some corner cases are not yet fully covered with tests. There might be bugs hiding.
Please raise a bug if you encounter any problems, that helps a lot and saves me from making patch releases.