-
Notifications
You must be signed in to change notification settings - Fork 32
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
SSH Issue #284
Comments
And also can u tell Me how to remove user name and password while building image. Because for removing username, I made ENABLE_USER=false, and USER_NAME=" ", USER_PASSWORD=" ", in pieman.sh script and built image. But still it is asking for username and password, can u tell me how to remove username and password |
Currently it's not possible to log in automatically. In other words, Pieman provides you only with images which require login. However, you can google how to achieve it yourself. |
Where did you get |
IP address I will get it from linux system. Like each system will be having different IP's like 10.75.1.2 something. This IP is after flashing the OS in the system, the raspberry pi is connected with PC. IP is that system IP address |
Can you please tell me answer for the first question why ssh is not working? |
The issue is we are able to connect the raspberry pi to other PC's** through ssh. But if we want to do ssh from other PC's to raspberry pi, it is not happening. Can anyone tell me how to fix this issue? |
Stop repeating the same question, please. I have already received it. |
I tried giving username as sudo INCLUDES=ssh USER_NAME=pi USER_PASSWORD=Tel@12345,python3 ./pieman.sh for the ssh. But it is not working if I tried like ssh pi@IP address. Was it because of cusdeb as username and secret as password mentioned in pieman.sh script?
The text was updated successfully, but these errors were encountered: