added ssh command automation
Pull Request
added ssh command automation
- few ssh commands automation such as key generation, share key to remote host, disabling password auth, run a command on a remote host, and many more useful commands.
Checklist
- [x] My code adheres to the coding and style guidelines of the project.
- [x] I have performed a self-review of my own code.
- [x] I have commented my code, particularly in hard-to-understand areas.
- [x] I have made corresponding changes to the documentation.
- [x] My changes generate no errors/warnings/merge conflicts.
I think the name of the script should be changed to something like: "Configure SSH" or something similar, since we already have a samba SSH setup inside of Linutil merging this and having both of these will be confusing for the user.
one is in system setup and other is in util. this script is to make using ssh simpler. its not only configuring ssh. the one in system setup installs ssh and samba.
I think the name of the script should be changed to something like: "Configure SSH" or something similar, since we already have a samba SSH setup inside of Linutil merging this and having both of these will be confusing for the user.
one is in system setup and other is in util. this script is to make using ssh simpler. its not only configuring ssh. the one in system setup installs ssh and samba.
you can use the ssh remote from the script too. not just configuration.