Ich habe das folgende Setup auf meiner Ubuntu 10.04 Box ~$ echo $SHELL /bin/bash ~$ grep $USER /etc/passwd ubuntu:x:1000:1000:Ubuntu,,,:/home/ubuntu:/bin/bash Wenn ich jedoch einen Remote-Befehl ausführe, scheint zsh die Standard-Shell zu sein: $> ssh -i /path/to/ssh/key ubuntu@<my-host>...