ssh logging
I've set up basic public key sharing, with no passphrases, to test automated ssh logins to remote servers. That works fine. When I login, the commands I use are recorded in my .sh_history file. However, when I perform the ssh login with the commands bound to ssh [eg. ssh host1 ls /dev ] the commands are not being recorded in my .sh_history file.
Can anyone recommend a way to force the commands to be recorded in that type of scenario?

