Are Linux or Unix bash aliases not working over ssh command? Try to open the bash shell in interactive mode as described here to execute bash aliases using ssh client.
Want to use/run bash aliases over ssh based session. Try: ssh -t user@host bash -ic 'alias_name_here'



















