hi i want to execute bash script with ssh but when i try this it's using ksh to execute command because of user has default shell is ksh which i use with ssh
i can't change user default shell
so what trick can i do to execute my bash script with ssh ?