I'd like to have an alias to run a command right after login through ssh on a computer, basically doing the following:
$ ssh my_server
$ bash
Because I always want to use the bash terminal once logged in. One stone, two birds; that would save me some time considering how much I'm using it.
Thank you.
Edit: I found that the following works:
$ ssh my_server -t bash