Hello

in fai/lib/subroutines we have code on lines 1284-1288

 case "$FAI_LOGPROTO" in
        ftp) remotesh=ssh ;;
        ssh) remotesh=ssh ;;
        rsh) remotesh=rsh ;;
        none) return ;;


Is line  ftp) remotesh=ssh ;; is correct?
I have changed it to  ftp) remotesh=ftp ;; now all works fine

Antwort per Email an