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.

learn more… | top users | synonyms

0
votes
0answers
29 views

SSH not working when connecting from local network, but working when connecting from external ip

Raspberry pi has been having some erratic ssh and vnc performance, it just closes itself and do not let me reconnect, i need to restart it in order to do so. i tried connecting from my external ip, as ...
3
votes
5answers
91 views

How to get a good overview over used space?

I wondered whether there is a command line application to give me a good (maybe visual) overview over the free/used space left on my sd card. ls -lh is nice but it does not show me how much space the ...
1
vote
2answers
36 views

SSH and rsa authentication on mpich2

I'm trying to build a small cluster of pi's and am using mpich2 to run parallel code. It appears mpich2 has installed ok and I'm able to ssh into both (I'm starting with 2) pi's. However when I run a ...
1
vote
1answer
270 views

Unable to forward external ssh port through router to raspbmc

I am trying to expose my raspbmc's ssh port to the world through my internet router. I can connect to the device on my LAN. I have another Windows 7 machine with cygwin and sshd installed on it and ...
0
votes
1answer
210 views

How to remotely VNC into a Raspberry PI

I have my Raspberry Pi set up so that I can use TightVNC inside my home wireless network with an SSH tunnel. Could someone explain to me how I can access the Pi when I am outside my wireless network ...
0
votes
2answers
510 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
1answer
461 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 pi@192.168.x.x) because it says 'Permission denied, please try again'. I tried ...
1
vote
1answer
142 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
220 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
127 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
228 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
204 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
407 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
55 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
236 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
92 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
412 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
342 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
65 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
118 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. ...
0
votes
1answer
1k views

SSH problems with Permission Denied (publickey,password)

I'm rather new at Debian so please forgive me if this is a stupid question. I have 2 raspberry pis and I'm trying to get them to work together as a proof of concept. I would like to get them to work ...
5
votes
1answer
327 views

Can I control Minecraft Pi Edition over SSH from another computer?

I recently downloaded the Minecraft Pi edition for my Raspberry Pi. The main feature of the Minecraft Pi edition is the ability to interactively edit the landscape using Python. One would expect that ...
1
vote
0answers
139 views

ssh Over internet weird login

When I log in on ssh to my raspberry pi in the same network everything works just perfect. But when I log in over the internet I get a weird welcome message http://puu.sh/1UOUN and I cant type any ...
2
votes
3answers
4k views

SSH “connection refused” on Raspberry pi - cannot find why

I have the following problem SSH "connection refused". It would work fine, but while I am working on the SSH, I would get "connection refused" and would have to re-connect (which does not occur for ...
5
votes
3answers
263 views

raspberry pi remote access active session

when i remote access the raspberry pi with software now installed i do not get to access the current session displayed on my tv, but rather a new session. is there software to access the current ...
0
votes
2answers
493 views

Passwordless SSH isn't working

I have Raspbmc installed and I'm trying to get passwordless ssh working. I've copied over my public key, put is in ~/.ssh/authorized_keys2, and set the permissions to 600. However, I'm still getting ...
3
votes
0answers
255 views

transmission-remote localhost access does not work

I have ssh-access to my raspberry pi. I want to automate it, especially the transmission-daemon. I already set it up so I can use it manually. I have web-interface-access from every device in my ...
1
vote
1answer
232 views

Created a new user on Xbian, now sudo prompt after each SSH login

I'm running the lastest Xbian on my Pi and created a new user on it. Whenever I log on to the Pi via SSH, the sudo prompt shows up right after the motd. It doesn't matter if that user is actually ...
4
votes
4answers
2k views

Enabling SSH on RPi without screen - keystrokes for raspi-config?

I don't have a screen for my Raspberry Pi. I want to SSH into it, but I get Connection Refused, so I presume SSH is not enabled. As advised in other questions I have looked at enabling the ...
1
vote
1answer
825 views

How do I change/recover my password?

I have made several personal configuration changes to a Raspbian Wheezy install (more secure ssh, personal configurations, etc). It's been a couple weeks since I last touched it, and I completely ...
0
votes
0answers
72 views

Incorrect password on Deluge Web-UI [closed]

i have no idea, it just happened worked fine awhile a go then this thing pops out saying that it's an incorrect password, anyone of you folks experienced this? i exactly entered the correct password, ...
0
votes
0answers
99 views

Pi disconnecting from network after bootup

There seems to be a (very small) time winodw when my pi will let me ssh to it. I got my computer to accept the new key and prompt for my password once (so it did connect), but I had forgotten to ...
3
votes
3answers
591 views

Forward mouse and keyboard input to X session

I'm accessing my Pi via SSH. My network is too slow to actually forward the Pi's desktop back to my laptop, so I have a monitor connected to my Pi. When I startx through Putty, I see the desktop on ...
1
vote
1answer
1k views

Raspberry Pi FileZilla SSH Permissions

Thanks for your help previously. I have now set my Pi up as a web server and when I go to remotely connect via SSH in FileZilla (OS X), I get the following errors when attempting to add/remove a file ...
2
votes
2answers
187 views

How can I make raspbmc remember my passphrase?

I'm using Raspbmc on my Raspberry Pi as my torrent/media server. I want to backup ~/.xbmc and ~/.config/deluge by tarring them and rsync'ing them over to my Ubuntu laptop. This all goes fine, but I ...
1
vote
3answers
445 views

Can I use ethernet to start Raspberry Pi for the first time

I bought a new Raspberry Pi Type B. The problem is that I dont have HDMI connectivity and Video o/p. Can I SSH into the box? After a brief search on google, I understand that SSH is not installed by ...
0
votes
1answer
189 views

Samba share with no-ip on mac osx

i configured my raspy to share an usb disk on my lan. Works well... ...if i use lan address, in my lan address (smb://192.168.0.115) but i don't able to use no-ip dynamic dns url... ...
1
vote
2answers
163 views

What is the PREEMPT in the ssh message?

When I'm login into the raspberry through ssh I'm receiving the following message Linux raspberrypi 3.2.27+ #250 PREEMPT Thu Oct 18 19:03:02 BST 2012 armv6l What does it mean the PREEMPT? Is that ...
5
votes
3answers
2k views

SSH to RPi without a network connection?

Is it possible to SSH in to an RPi without a network connection? I could imagine that you could do it using a LAN cable from the computer to the RPi or maybe using a USB cable. I do actually have ...
2
votes
2answers
887 views

SSH or Console in XBian1.0Alpha3

I am running Xbian1.0Alpha3 on my RaspberryPi model B. I was wondering how to switch to linux console from graphical view, I could not find out. Does anybody know ? Another issue is SSH, I found on ...
0
votes
1answer
547 views

boot_enable_ssh.rc is not found — ssh [duplicate]

Possible Duplicate: Starting ssh automatically at boot time I just downloaded following image. http://www.raspberrypi.org/downloads Raspbian “wheezy” Win32DiskImager -- i used to transfer ...
2
votes
3answers
1k views

ArchLinux-SSH-First time boot

I am trying to use my RPI without a keyboard (hasn't arrived yet). I have installed ArchLinux on the SD card and its booting fine. Using OSX im am trying to connect to the RPI by connecting it ...
6
votes
2answers
370 views

X forwarding and GPU memory allocation

I run my Raspberry Pi headless and typically use X forwarding to run applications. I'm wondering what split I should use for allocating the RAM. I am not sure whether it is the server or the ...
1
vote
1answer
904 views

Cronjob not working - meant to post tot Twitter

I'm trying to get my Pi to post the amount of used RAM to Twitter. I'm using a script I modified myself from here, although I'm not very proficient in bash.. This is the file, it is located in ...
1
vote
1answer
274 views

How to run program that accesses GPIO as remote application in Eclipse?

Cross-compilation with remote launch from Eclipse is very useful approach to develop RaspberryPi applications. There is a serious security problem however. One who need access to GPIO (ex, using ...
2
votes
1answer
981 views

Boot time ssh not working (wheezy raspbian 2012-09-18)?

I have just installed the 2012-09-18-wheezy-raspbian onto SD and plugged it into my pi. According to this question, SSH should be enabled by default. I can see the pi on the network (it responds to ...
0
votes
0answers
367 views

PPTP VPN client works but cannot SSH remotely when outside local network. Why/how to fix?

I followed the instructions in the related post But now I cannot ssh into the Raspberry Pi from external IP address (able to ssh in via local network). is this router setup an issue or some sort of ...
3
votes
1answer
3k views

SSH active, but the connection is refused

I have a Raspberry Pi and I have updated with the latest image. I have activated SSH and I have verified it is running using the command service ssh status. However, when I connect to it with putty ...
2
votes
2answers
5k views

Rpi running XBian. How to transfer files quickly over the network?

I have a RPi running XBian (XBMC). It is connected to my home network through an ethernet cable. My laptop is connected via wifi. I have few HDDs connected to the Rpi via USB. My goal is to quickly ...
7
votes
1answer
236 views

SSH not landing default user directory

I have recently installed Raspbian onto a Raspberry Pi. As part of the installation process I changed the user name and group from the default (pi) to my own (let's call it user) using usermod and ...

1 2