]> gitweb.fluxo.info Git - leap/leap_cli.git/commit
make sure to specify HostKeyAlgorithms for ssh and rsync. this is needed because...
authorelijah <elijah@riseup.net>
Sun, 9 Nov 2014 23:18:18 +0000 (15:18 -0800)
committerelijah <elijah@riseup.net>
Sun, 9 Nov 2014 23:18:18 +0000 (15:18 -0800)
commit32e89e92600a361bdfe65ef34e3ac874515919f5
tree75e91f04ce70e6dad0826f8db057d1a9ee9bc64f
parent38354dca9237c67668bf2510b3b43d8b2dbd5844
make sure to specify HostKeyAlgorithms for ssh and rsync. this is needed because otherwise you can't connect to a server that has ecdsa host key if all you have is an rsa key host key. closes bug #6337
lib/leap_cli/commands/shell.rb
lib/leap_cli/config/node.rb
lib/leap_cli/ssh_key.rb
lib/leap_cli/util/remote_command.rb