Nettle SSH and raspi-config
John Rickman (71) 646 posts |
Yesterday, while putting the finishing touches to the Setup of a new headless Raspberry pi 4 I found myself in a maze of dark twisty passages.
brought up the configuration screen, but it was unusable. It sort of works but there is no way to select the option you want to use except the last one “About” which was no help. If anyone has tried to do this and succeeded I would be interested in how you did it. In the end I sorted out the mac authentication problem by editing its ….ssh/known_hosts file and deleting the offending old key. There must be some learning opportunities here. |
Martin Avison (27) 1494 posts |
Just out of interest, just today I installed Raspberry PI OS using Pi Imager, activated VNC Server, and tried to connect from Avalanche v0.28 … but connection fails with |
David J. Ruck (33) 1635 posts |
I just installed the latest Bullseye based Raspbian on a Pi at work and could not connect to it via Remmina on Linux (even using VNC password, rather than UNIX login), which works for all my Buster based Pis at home. The problem is Raspbian comes with a RealVNC server, and it seems the latest version only plays nice with their own RealVNC client. I suggest uninstalling it, and replacing with the standard Linux x11vnc package. |
Chris Gransden (337) 1207 posts |
You can select an option by pressing ‘Space’. |
John Rickman (71) 646 posts |
So can I ask how you managed it? You need to turn encryption off and create a VNC password
This works on Buster and Bullseye. |
John Rickman (71) 646 posts |
You can select an option by pressing ‘Space’. Thanks Chris – got it working now by using the space bar exclusively. |
Martin Avison (27) 1494 posts |
I am probably exposing my ignorance here … but this OS is totally new to me! @dave: Thanks … but currently I have no idea how to uninstall something and find something else to install. @John: Thanks … but where is the ‘V2’ icon? I have a ‘Vsquiggle’ icon top right, but Alt-Click with any botton does nothing. It is running VNC Server 6.7.4 from RealVNC. I have tried setting Options → Security → Encryption to Prefer Off, but makes no difference. Buster & Bullseye mean nothing to me! |
Stuart Swales (8827) 1357 posts |
Welcome to the dark side, Martin. Buster & Bullseye are just code names for particular releases of the Debian OS; Raspberry Pi OS has recently been rebased onto the latest release, Bullseye. You want to use |
David J. Ruck (33) 1635 posts |
Ok, here is what I’ve just done on that Pi switch to using x11vnc instead of RealVNC server, replace MYPASSWORD with your password.
|
John Rickman (71) 646 posts |
There seems to be some confusion here. Raspberry Pi OS comes with VNC server built in, but not enabled. V2 should now appear on the left side of the top icon bar Now follow the instructions in the post about 5 posts up. |
John Rickman (71) 646 posts |
Or you could watch this 36 second clip I have just made and uploaded to YouTube https://youtu.be/F8wCt9Lu8Awbut obvs not on NetSurf |
David J. Ruck (33) 1635 posts |
The problem is the VNC server in the latest Raspberry OS only seems to work with the Windows RealVNC client. If you want to use any VNC client, follow my instructions. |
John Rickman (71) 646 posts |
The problem is the VNC server in the latest Raspberry OS only seems to work with the Windows RealVNC client. Thanks that is useful to know – but it does also work with !Avalanche which was what Martin was asking about. |
David Pitt (3386) 1248 posts |
All one has to do is search the forum, Paolo has given clues. On Raspberry Pi OS left click on the VNC icon on the top bar. Click on the hamburger in the window that just opened. Click options. Click Security. In Authentication select VNC password, click Apply, and set the same when prompted. Avalanche, and Remmina. and Mac screen sharing, are now back on the case. VNCviewer is still working. Tested on Raspberry Pi OS bullseye 64bit. update Further tested on Raspberry Pi OS’s bullseye 32bit and buster 32bit. |
Martin Avison (27) 1494 posts |
@John:
To an beginner like me that was confusing: @Druck: Sorry, but commands like that are what has kept me away from unix for decades! Thanks for all the help. |
David J. Ruck (33) 1635 posts |
I could explain how to do it from the GUI, but I haven’t got all night. |
John Rickman (71) 646 posts |
Alt-click did nothing … but RightClick gave access to Options. Sorry brain fog – I meant to write Adjust-click. |
John Rickman (71) 646 posts |
I could see no V2 icon … because I had alwaays read the icon as VR. Weird – you have caused me to look more closely. |
Martin Avison (27) 1494 posts |
Yes – that is why I ‘described’ it at one point as Vsquiggle! |