mistake in subroutines line 1285

"[email protected]" <[email protected]> Tue, 5 Mar 2024 12:05:14 +0300
Newsgroups gmane.linux.debian.fai
Message-ID <[email protected]>
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