IBM / liz

Installation assistant for Linux on IBM Z
MIT License
1 stars 0 forks source link

RHEL SSH install user is "install" not "installer" #1

Closed justin-davisibm closed 1 week ago

justin-davisibm commented 3 months ago

Describe the bug The tool documents the next steps for installing a system as:

"After the installer starts, use an SSH client to connect to the system at the following address:

SSH host: installer@{{ ip_address }}

"

This should be: "After the installer starts, use an SSH client to connect to the system at the following address:

ssh install@{{ ip_address }}

"

RHEL uses "install" as the account, installer will fail.

Suggest also adding the "ssh" command into the copy-able text field

To Reproduce Steps to reproduce the behavior:

  1. Complete your parmfile configuration
  2. go to the "next steps" card (https://ibm.github.io/liz/#/expand/nextsteps-card)
  3. Follow documentation
  4. login fails

Expected behavior Login should succeed (and will if correct user is used).

Screenshots If applicable, add screenshots to help explain your problem.

Additional context Excellent tool- really great enhancement to a sometimes obtuse process.

modean commented 3 months ago

@justin-davisibm thanks for your feedback. I added the ssh command to the code that copies the text snippet to the clipboard.

modean commented 1 week ago

Fixed on the latest deployment. https://ibm.github.io/liz/