Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 313253 | Differences between
and this patch

Collapse All | Expand All

(-)a/src/share/common (+4 lines)
Lines 863-868 Link Here
863
		    ;;
863
		    ;;
864
		('known_hosts')
864
		('known_hosts')
865
		    host=${userID#ssh://}
865
		    host=${userID#ssh://}
866
	    	    if [[ "${host}" == *:* ]]; then
867
			IFS=':' read -a ARR <<< "${host}"
868
			host="[${ARR[0]}]:${ARR[1]}"
869
		    fi
866
		    remove_line "$keyFile" "$host" "$sshKey"
870
		    remove_line "$keyFile" "$host" "$sshKey"
867
		    ;;
871
		    ;;
868
	    esac
872
	    esac

Return to bug 313253