>>790
これはリモートでコマンドを実行するんじゃなくて、リモートログインするという前提なのか?
それなら
function ssh_screen {
    screen -t $@[-1] ssh "$@"
}
とかでいいんじゃないの。