This all started because I wanted to add SSH keys to an authorized_keys file. (In linux this is VERY simple)
All the basic commands appear to be there: echo, wrfile -a, rdfile....
But there was no way to pipe the commands or redirect input/output.
Lets assume that I don't have CIFS or NFS access to my filer, how can I add some random text to a file using ssh or rsh access? The most user interaction I'm looking for is maybe entering a password.
Also, Enhancement Requests!
Please add some basic BASH features like:
autocomplete
proper ability to use home/end keys
When alerts come up on the console, don't have them inserted into the command line. I know the system does not recognize them, but it is very confusion when typing. And of course the problem always happens when you need to use the command line to fix a problem so of course there are tons of alerts cluttering up the command line.
A full SSH suite (like scp sftp...)
Thanks
Bob Brandt