ls -1 "${PATH_BORG_CONF_SECURITY}/" > "${_PATH_PIPE}" &
     while read _FILENAME; do
         _TESTED_REPO="$(cat $(path_repo_location ${_FILENAME}))"
-        _NAME_SERVER="$(echo ${_TESTED_REPO} | cut -d'/' -f3)"
+        _NAME_SERVER="$(echo ${_TESTED_REPO} | cut -d'/' -f3 | cut -d'@' -f2)"
         if ping -c1 -W2 "${_NAME_SERVER}" > /dev/null 2>&1; then
             _REPO="${_TESTED_REPO}"
             break
     done < "${_PATH_PIPE}"
     rm "${_PATH_PIPE}"
     if [ -z "${_REPO}" ]; then
-        error_exit "No repo available."
+        error_exit "no repo being available."
     fi
 
     # determine passphrase and archive