SSH stands for Secure Shell, and is a way of securing remote data communication. Via the network, SSH may be used to, for example, connect to the monitor of another computer.
0
votes
1answer
81 views
What SSH server does the Raspberry Pi use?
I really like the simplicity and power of the Raspberry Pi's SSH server - no messing around with impossible-to-create text files containing the username and some arbitrary hash of the password that's ...
0
votes
0answers
124 views
SSH Permission Denied, Please try again
I ran some usermod command, through SSH, now I can't get back into my Pi by using the line that worked before (ssh [email protected]) because it says 'Permission denied, please try again'.
I tried ...
1
vote
1answer
68 views
Arch | SSH fail on reboot
I have a really weird problem with my Raspberry Pi.
It runs correctly when I reboot it via the command reboot.
After this it starts up and doesn't answer any network request. I have tried ssh, ...
2
votes
3answers
90 views
ssh not working
I am not able to ssh into my pi.
RPI is connected directly to my host PC.
I have set IP address of my host :----
sudo ifconfig eth0 192.168.0.204 netmask 255.255.255.0 up
sudo route add default gw ...
1
vote
2answers
49 views
Get a static network IP on raspian
I have set up my raspberry pi and from now on I want to access it only via SSH, so I want to ensure, that it doesn't change it's network IP on every reconnect. This is the automatically generated ...
2
votes
1answer
48 views
raspbmc default password for ssh
I installed Raspbmc and tried the default password for SSH:
user pi
passwd rasberry
But I'm getting access denied. Does anyone know what the issue could be?
1
vote
1answer
98 views
how to disable raspberry pi power management?
I am using my raspberry pi as a headless server. The problem is that after a couple of hours of inactivity it seems to enter a power suspend state where it disappears from the web and refuses ssh ...
0
votes
2answers
173 views
Why does opening startx disconnect my ssh session?
Question
How can I make it so that my SSH session does not stop after I type in startx? I am using a Mac to connect.
Background and Replication
I have had a great time figuring out the many ...
0
votes
2answers
50 views
Can SSH be accessed over a VPN such as Hamachi
I recently asked a question similar to this one.
After I realized that Hamachi can be used on the Pi, a use for the VPN popped up - SSH.
Is it be possible to use a VPN to access my Pi via SSH? ...
1
vote
3answers
179 views
How to use SSH out of home network
I recently set up SSH on my Raspberry Pi. It has been going swimmingly, especially since I can control the computer through my iPhone with the app Server Auditor. Sadly, this only works through the ...
1
vote
1answer
80 views
Why does Python program work in console mode, but not in Startx?
In this Stack Overflow question I asked about creating a Python program of mine which was meant to allow me to access the terminal from a Python shell. It did not work... at least when running the ...
1
vote
2answers
140 views
How to get the Raspberry Pi's IP address for SSH
I am using Mac OSx to access my Pi via SSH. To access it, I know that I need the Pi's IP address. So, I decided to use a few Python commands which have always succeeded in giving me the local IP.
...
0
votes
0answers
184 views
Port forwarding for SSH
I have been using the pi for almost a week now, i managed to set up the ssh connection and i have been messing around with it for a while now, it just works perfectly from my laptop (running ubuntu) ...
0
votes
1answer
50 views
Desktop Mode problems
I have run into a quite puzzling problem.
I was fiddling around with the raspi-config settings, and I decided that I'd try running my RPi once with boot_behaviour set on Desktop Mode. Upon ...
0
votes
1answer
94 views
Connection to raspberry closed by remote host
my RPi is up from a month. Last 2-3 weeks i've only made the updates....and suddenly today i can't login via ssh. I get following:
$ ssh pi@raspberry
Connection to raspberry closed by remote host.
...