Follow the online tutorial to install Samba share in the Add-on Store. But the installation always fails.
I can connect to ssh and try to use ssh to upload, but always:
config $ scp -O -r "F:\hacs" [email protected]:/homeassistant/custom_components/
[email protected]: Permission denied (publickey,password).
ssh: Could not resolve hostname f: Name has no usable address
1.VMware Workstation
os version: home assistant os 12.4
home assistant core: 2024.8.1
2.This is a tutorial for other users.
Since I’m using“ wget -O - https://get.hacs.xyz | bash - ”this installation will not be accessible.
A considerable number of tutorials will instruct you to download hacs.zip first.
Then install “Samba share” and upload it to haos.
However, I am unable to install “Samba share”.
Uploading it through any other means would result in: Permission denied.
3.command from “setting - Add-ons - ssh&web terminal”
So thats the main issue you need to fix before trying to get the files over.
That may also be the reason you cannot install the addon as it cannot reach the download location.
If your browser also resolves to 0.0.0.0 then its your home network thats the issue, otherwise something in your VM network.
Also on a side note:
I can connect to ssh and try to use ssh to upload, but always:
That command has to be run from the computer you have the files on in the F:\hacs drive and directory, not the target (HA), when u ssh into the HA you are effectively working from the HA machine.