Unanswered Questions
295 questions with no upvoted or accepted answers
6
votes
1
answer
2k
views
How to start xorg on a physically connected display via SSH?
The pi is configured to start into text mode so that no xorg libraries are loaded during normal operation. Yet I would like to be able to occasionally run an xorg desktop session when connected to an ...
3
votes
0
answers
500
views
How can I fix hanging SSH on Raspbian?
When I log in through SSH on my Raspberry PI 2 i can work for a couple seconds then the connection breaks. I get the error:
packet_write_wait
If I pin the host I get something like:
Request timeout ...
3
votes
0
answers
379
views
Using Pi 2 as a media center AND git server
I would like to use my Raspberry Pi 2 mainly as a media center but also as a private git server for small projects like LaTeX documents.
My goal is to be able to set this server as a remote repo to ...
2
votes
0
answers
756
views
Cannot SSH to headless RPI Zero W via USB
I am unable to access my RPI Zero W v1.1 with SSH through USB.
I'm using a fresh install of the RPI OS Lite 32 bit version through the official Imager (1.7.4), with a custom username/password, custom ...
2
votes
1
answer
1k
views
Automatically add ssh keys to ssh agent on Raspberry Pi
I want to access GitHub via SSH. I have created a passphrase protected SSH key which I want to add to the ssh-agent on login.
If I add a SSH key to ssh-agent via command ssh-add ~/path/to/key </dev/...
2
votes
1
answer
558
views
Running framebuffer application over ssh with display on TFT
I've got a RPi 2 running Raspi OS 2020-12-02 with Adafruit 3.5" TFT display - the display is configured correctly and displays console messages and as well can display images, for example when I ...
2
votes
0
answers
1k
views
Getting "has no 'x' member errors" for Rpi.GPIO using vscode remote ssh extension
I just set up my raspberry pi and have been using vscode (remote - ssh extension) on my windows computer to code on there but I have been getting errors like "Module 'RPi.GPIO' has no 'output' ...
2
votes
0
answers
209
views
The Raspberry Pi 4 fails to reboot
I have a Raspberry Pi 4 running Ubuntu Server 18.04. I usually SSH into it and reboot the system. However, I noticed that sometimes the pi does not successfully boot up again after shutdown, so I have ...
2
votes
0
answers
244
views
Why can I SSH in to my Pi, but can't access the network from it?
I recently re-arranged my home office, which required unplugging my router and Raspberry Pi 3 (among other things). Despite changing nothing besides the ethernet cable, I am now encountering the ...
2
votes
0
answers
75
views
Unable to connect SSH between two Raspberries over Internet
I have a raspberry at home with SSH server, RSA keys configured and port 22 open on the router.
I have another Raspberry Pi (client), with which I can connect to my house ONLY by LAN (with ssh from ...
2
votes
0
answers
84
views
Raspberry Pi Jsch Diconnect Handler
I am using Android Studio "Jsch" package to connect my Android Device to my Raspberry Pi via SSH. The Event "on press" sends a command,which executes a Python file on my Raspberry Pi. This File turns ...
2
votes
0
answers
105
views
Issues connecting Raspberry Pi 1B+ with RISC OS to laptop
I've been trying to connect my Raspberry Pi 1B+ to my laptop as it is usually done (HDMI, Ethernet cable and USB with power adaptor) and I can't find it on my computer (laptop with Ubuntu 19.04).
I ...
2
votes
0
answers
201
views
Using Pi to bridge two networks through SSH tunnel
TLDR: How to route SQL traffic through a reverse VPN tunnel on a Win10 client to an outside network.
I'm hoping I can get some clear advice / tips on this desired setup. I'm looking to access an MS ...
2
votes
0
answers
257
views
How can I build and install openssh server (sshd) with compiler security features
I noticed my raspberry pi's sshd does not seem to have PIE and ASLR enabled. I determined that using the answer here: https://unix.stackexchange.com/a/435038
I'm using Raspbian, is there another OS I ...
2
votes
0
answers
736
views
Raspberry Pi Zero -V1.3 Kali-SSH VNC through USB connected to PC possible?
I would like to SSH and VNC to a rasberry pi Zero V1.3 (Non-wifi) running Kali using just the USB connected to a Ubuntu that is connected to the network.
It is possible with Raspbian:
https://www....