I should probably ask this before spending money on extra leads and cables...
Since the first thing I'm gonna do with my Pi is to set up an ssh server and make sure it starts at boot up, is there an image of raspbian out there that already has this tweak? If I could just plug it into my router and access it from another computer that would be super sweet. I don't really need X to navigate anyway.
image for headless server setup out of the box?
14 posts
- Posts: 41
- Joined: Sun Sep 25, 2011 5:51 pm
SSH is enabled by default in the latest and greatest Raspian build. If you can get the IP address of your pi from your router, you should be good to go.
Happy Holidays!
Happy Holidays!
There are 10 types of people in this world. Those that understand binary, and those that don't.
- Posts: 250
- Joined: Thu Aug 02, 2012 12:21 pm
- Location: Buffalo, NY, USA
Awesomeness!
Happy Holidays to you too
Happy Holidays to you too
- Posts: 41
- Joined: Sun Sep 25, 2011 5:51 pm
The trouble is, if you do the first boot headless via SSH, it doesn't take you to the first-time-boot menu to do all that useful configuration stuff. Is there a way to call that up from the command line ?
I want to use VNC, and I know how to do it thanks to http://www.penguintutor.com/linux/tightvncserver, but why isn't that installed in the distro and started automatically too ?
While we are about it, why isn't samba in there too ? And a GUI for it like Ubuntu's Samba Shares ?
An extended first-time-boot menu to cater for these options would enable fine tuning.
Not everyone's idea of R-Pi obviously, but a wheezy-raspbian-headless.img would have a lot of takers, I reckon.
I want to use VNC, and I know how to do it thanks to http://www.penguintutor.com/linux/tightvncserver, but why isn't that installed in the distro and started automatically too ?
While we are about it, why isn't samba in there too ? And a GUI for it like Ubuntu's Samba Shares ?
An extended first-time-boot menu to cater for these options would enable fine tuning.
Not everyone's idea of R-Pi obviously, but a wheezy-raspbian-headless.img would have a lot of takers, I reckon.
- Posts: 5
- Joined: Sat Dec 15, 2012 3:20 am
Noob is not derogatory the noob is just the lower end of the noob--geek spectrum being a noob is just your first step towards being an uber-geek 
If you find a solution please post it in the wiki the forum dies too quick
If you find a solution please post it in the wiki the forum dies too quick
davekimble wrote:The trouble is, if you do the first boot headless via SSH, it doesn't take you to the first-time-boot menu to do all that useful configuration stuff. Is there a way to call that up from the command line ?
- Code: Select all
sudo raspi-config
if memory serves.
There are 10 types of people in this world. Those that understand binary, and those that don't.
- Posts: 250
- Joined: Thu Aug 02, 2012 12:21 pm
- Location: Buffalo, NY, USA
I've just checked -- raspi-config does work over ssh.
Yes as reported here http://elinux.org/RPi_A_Method_for_ssh_blind_login at the bottom of the page about three months ago 
Noob is not derogatory the noob is just the lower end of the noob--geek spectrum being a noob is just your first step towards being an uber-geek 
If you find a solution please post it in the wiki the forum dies too quick
If you find a solution please post it in the wiki the forum dies too quick
I've just checked -- raspi-config still works over ssh.

Thanks for "raspi-config".
Any support for the other ideas ?
Any support for the other ideas ?
- Posts: 5
- Joined: Sat Dec 15, 2012 3:20 am
I'm surprised Samba isn't installed; I would guess most people would want it.
VNC is a bad idea. The way VNC works is to take very frequent snapshots of the screen and send them over the network. With a contended USB bus and non-accelerated graphics it will always be very slow. The better way is to install an X-Server on your PC and use ssh tunnelling to put the windows on your PC screen. That way you don't even need to run X on the RaspPi.
VNC is a bad idea. The way VNC works is to take very frequent snapshots of the screen and send them over the network. With a contended USB bus and non-accelerated graphics it will always be very slow. The better way is to install an X-Server on your PC and use ssh tunnelling to put the windows on your PC screen. That way you don't even need to run X on the RaspPi.
rurwin wrote:The better way is to install an X-Server on your PC and use ssh tunnelling to put the windows on your PC screen. That way you don't even need to run X on the RaspPi.
I use MobaXterm, an SSH client with a built in X-Server, among other things. Lets me do just what you're talking about without the overhead of CYGWIN.
There are 10 types of people in this world. Those that understand binary, and those that don't.
- Posts: 250
- Joined: Thu Aug 02, 2012 12:21 pm
- Location: Buffalo, NY, USA
I second the suggestion for mobaXterm if you want to run a gui application on a remote windows box. It is also a good ssh/sftp client as well.
Here is detailed info for how to use it with the RPi:
viewtopic.php?f=26&t=21610
Here is detailed info for how to use it with the RPi:
viewtopic.php?f=26&t=21610
- Posts: 517
- Joined: Wed Oct 10, 2012 6:20 am
- Location: Switzerland
I've just downloaded MobaXterm onto Win7 and connected to Pi OK.
$ login: pi - OK
$ sudo raspi-config - OK
$ lxsession& - OK
Copy-paste works both ways OK.
Brilliant ! Thanks for that.
$ login: pi - OK
$ sudo raspi-config - OK
$ lxsession& - OK
Copy-paste works both ways OK.
Brilliant ! Thanks for that.
- Posts: 9
- Joined: Sat Jan 14, 2012 1:04 am