Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version 20.0.0 breaks login #827

Open
jdeath opened this issue Jan 5, 2025 · 4 comments
Open

Version 20.0.0 breaks login #827

jdeath opened this issue Jan 5, 2025 · 4 comments

Comments

@jdeath
Copy link

jdeath commented Jan 5, 2025

Problem/Motivation

Updating to 20.0.0 breaks the login from an external SSH terminal when "use zsh" in not checked. There is a fix to copy .zprofile to .profile, but it gets removed every restart of the addon. Internal from webui works fine.

Checking "use zsh" works, but it is ugly!

Expected behavior

I expect it work work as before

Actual behavior

can log in as hassio, but do not have access to change files

Steps to reproduce

upgrade to 20.0.0

Proposed changes

Make addon copy the file everytime or just go back to what worked before

@scop
Copy link
Contributor

scop commented Jan 6, 2025

Another workaround is to manually source ./.zprofile until this is fixed.

@tescophil
Copy link

This does not login to the correct shell regardless of whether use zsh is checked or not.

@barecool
Copy link

barecool commented Jan 9, 2025

Seems like #826 breaks the addon if you upgrade and profile already exists
if you have the previous workaround to add

init_commands:
  - ln -s /home/hassio/.profile /home/hassio/.zprofile

if you remove the init command then it works again

@danyrd92
Copy link

Hello, I have Home Assistant installed on a PC with Windows 11 using VirtualBox. I installed the SSH addon, but I can’t get it to start. I start the addon, click on "Open Web Interface," and the addon stops running.

What am I doing wrong?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants