Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Download the gen-node-key.sh script to the following location on the management node: noformat
    Panel

    cd /root
    wget http://cwiki.apache.org/confluence/download/attachments/121138/gen-node-key.sh?version=2* /root/gen-node-key.sh*Image Modified

     
  2. Set the script to be executable:
    No Format
    chmod \+x /root/gen-node-key.sh
    
  3. Run the script and specify the node as an argument (either the node's DNS name or IP address can be used):
    No Format
    /root/gen-node-key.sh 192.168.22.55
    
  4. Attempt to connect from the management node to the Windows VM via SSH using the key:
    No Format
    ssh \-i /etc/vcl/vcl.key 192.168.22.55
    

...