14-12-2018, 01:22 AM
In a recent version you added options in the SSH session to specify terminal allocation (putty "-t" option) and remote command file (putty "-m" option) which is very helpful, but it still means that we have to maintain a set of files on every team member's filesystem to hold any remote commands in use. It would be incredibly useful to change the existing remote command support to do the following:
Aaron
- Allow specifying a file (existing functionality) or a list of commands as a multi-line text box
- The commands would be stored along with the connection object so would be saved in the database
- If commands were specified, ASG would need to create a temporary file on the filesystem containing the commands and then specify that path when starting putty
- The temporary file should be cleaned up once putty has ended
Aaron