My .bashrc looks like this:
alias name@server="ssh server sname"
echo "bashrc read"
The echo
statement is just for checking if it is read. But the echo does nothing. I want to set an alias for a quicker ssh into a box doing a certain command which is a working alias on the remote box.