summaryrefslogtreecommitdiff
path: root/test/integration/test_ed25519_pkeys.rb
diff options
context:
space:
mode:
Diffstat (limited to 'test/integration/test_ed25519_pkeys.rb')
-rw-r--r--test/integration/test_ed25519_pkeys.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/test_ed25519_pkeys.rb b/test/integration/test_ed25519_pkeys.rb
index d42cbfd..7ac5823 100644
--- a/test/integration/test_ed25519_pkeys.rb
+++ b/test/integration/test_ed25519_pkeys.rb
@@ -52,7 +52,7 @@ unless ENV['NET_SSH_NO_ED25519']
# TODO: fix bug in net ssh which reads public key even if private key is there
sh "mv #{dir}/id_rsa_ed25519.pub #{dir}/id_rsa_ed25519.pub.hidden"
- ret = Net::SSH.start("localhost", "net_ssh_1", { keys: "#{dir}/id_rsa_ed25519", passphrase:'pwd' }) do |ssh|
+ ret = Net::SSH.start("localhost", "net_ssh_1", { keys: "#{dir}/id_rsa_ed25519", passphrase: 'pwd' }) do |ssh|
ssh.exec! 'echo "hello from:$USER"'
end
assert_equal "hello from:net_ssh_1\n", ret