summaryrefslogtreecommitdiff
path: root/test/integration/test_agent.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/test_agent.rb')
-rw-r--r--test/integration/test_agent.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test_agent.rb b/test/integration/test_agent.rb
index 294a1b8..8a789d1 100644
--- a/test/integration/test_agent.rb
+++ b/test/integration/test_agent.rb
@@ -19,7 +19,7 @@ class TestAgent < NetSSHTest
def setup
@keys = [
OpenSSL::PKey::RSA.new(1024),
- OpenSSL::PKey::DSA.new(512),
+ OpenSSL::PKey::DSA.new(1024),
OpenSSL::PKey::EC.new("prime256v1").generate_key
]
@keys << Net::SSH::Authentication::ED25519::PrivKey.read(ED25519, nil) if Net::SSH::Authentication::ED25519Loader::LOADED