0

I am trying to create a liberty cluster. While generating the keys, liberty is creating some keys under logged-in user's home directory which is c:\users\xyz\ .ssh.

How do I say liberty to save the keys under d:\users\xyz\ .ssh?

I need this because, i am working in citrix environment and c drive image is always replaced upon restart and I am loosing the keys forcing me to create the cluster again or save a copy of the keys before I log out for day.

Krishna Chaitanya
  • 2,533
  • 4
  • 40
  • 74

1 Answers1

0

Did you try displaying options for registerHost action like this:

D:\Liberty\wlp\bin>collective.bat help registerHost

it shows rpcUserHome param, which might be what you are looking for:

--rpcUserHome=path
    Optional. The home directory for the user with which to authenticate
    to the RPC mechanism. Defaults to the current OS user home directory.
    This value is used when generating SSH keys.
Gas
  • 17,601
  • 4
  • 46
  • 93