mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
RSync password handling fixed
This commit is contained in:
@@ -20,4 +20,5 @@ import java.util.regex.Pattern;
|
||||
public class SSHUtil {
|
||||
public static final Pattern PASSPHRASE_PROMPT = Pattern.compile("Enter passphrase for key \\'(.*)\\':\\s?");
|
||||
public static final Pattern PASSWORD_PROMPT = Pattern.compile("(.*)\\'s password:\\s?");
|
||||
public static final String PASSWORD_PROMPT_SUFFIX = "password:";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user