I am able to execute remote commands as the root user, but not unprivileged user "admin":
[user@jump01 ~]$ ssh admin@10.50.11.1 'ls'
admin@10.50.1.1's password:
^CKilled by signal 2.
[user@jump01 ~]$
I can, however, log in with SSH interactively without any problems and run any command I want.