Rasta576 / vmfs

Automatically exported from code.google.com/p/vmfs
0 stars 0 forks source link

ssh passwordless login not supported? #5

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. jhoeke@mydesktop:/var/tmp/fvmfs/vmfs_r66$ java -jar fvmfs.jar
ssh://root@esx351host/vmfs/devices//disks/vml.0200000000600508e00000000049716d64
45cead04564952545541:6
info

What is the expected output? What do you see instead?

Exception in thread "main" java.lang.IllegalArgumentException: password
argument is null
    at com.trilead.ssh2.Connection.authenticateWithPassword(Connection.java:309)
    at com.fluidops.tools.vmfs.RemoteSSHIOAccess.<init>(RemoteSSHIOAccess.java:82)
    at com.fluidops.tools.vmfs.RemoteSSHIOAccess.<init>(RemoteSSHIOAccess.java:51)
    at com.fluidops.tools.vmfs.VMFSDriver.openVolume(VMFSDriver.java:1229)
    at com.fluidops.tools.vmfs.VMFSTools.cli(VMFSTools.java:164)

What version of the product are you using? On what operating system?

VMFSTools (C) by fluid Operations (v0.9.8.13 r66 / 2009-03-05_22-18-06)
on ubuntu 8.10

Please provide any additional information below.

we've set 
PasswordAuthentication no
in the /etc/ssh/sshd_config of the SC of the ESX server, and log in using
authorized_keys

Original issue reported on code.google.com by Johan.Hoeke on 10 Mar 2009 at 9:28

GoogleCodeExporter commented 8 years ago
just to clarify: we would like to use the ssh feature, but using keys, so w/out
specifying the password on the command line. That would be great. Thanks for 
this
awesome driver! regards, Johan

Original comment by Johan.Hoeke on 10 Mar 2009 at 10:54

GoogleCodeExporter commented 8 years ago

Original comment by fluidops...@gmail.com on 10 Mar 2009 at 11:33

GoogleCodeExporter commented 8 years ago

Original comment by fluidops...@gmail.com on 27 Mar 2009 at 10:19