#compdef rlogin rsh ssh if [[ CURRENT -eq 2 ]]; then _hosts elif [[ CURRENT -eq 3 ]]; then compadd - -l else compgen -u fi