diff options
author | Michael Valenta | 2005-04-04 19:36:45 +0000 |
---|---|---|
committer | Michael Valenta | 2005-04-04 19:36:45 +0000 |
commit | 5f74fe5b171576e56e6473400bf579294b55cda3 (patch) | |
tree | 426c426f6c4834d1a7472fdedc8838a0ccce50aa /tests | |
parent | 276590a63db8412635cd408a9dc494c598ac6f47 (diff) | |
download | eclipse.platform.team-5f74fe5b171576e56e6473400bf579294b55cda3.tar.gz eclipse.platform.team-5f74fe5b171576e56e6473400bf579294b55cda3.tar.xz eclipse.platform.team-5f74fe5b171576e56e6473400bf579294b55cda3.zip |
Bug 89275 [SSH2] Prompted many times when server key changes
Diffstat (limited to 'tests')
-rw-r--r-- | tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/core/TestsUserAuthenticator.java | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/core/TestsUserAuthenticator.java b/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/core/TestsUserAuthenticator.java index 5ccd0d638..ab9a48587 100644 --- a/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/core/TestsUserAuthenticator.java +++ b/tests/org.eclipse.team.tests.cvs.core/src/org/eclipse/team/tests/ccvs/core/TestsUserAuthenticator.java @@ -36,4 +36,8 @@ public class TestsUserAuthenticator implements IUserAuthenticator { public String[] promptForKeyboradInteractive(ICVSRepositoryLocation location, String destination, String name, String instruction, String[] prompt, boolean[] echo) throws CVSException { return prompt; } + + public boolean promptForHostKeyChange(ICVSRepositoryLocation location) { + return false; + } } |