Questions tagged [ssh]

SSH (secure shell) is a network protocol to provide encrypted communication using a client-server architecture. Question include the configuration of the sshd server on the Pi.

SSH (secure shell) is a network protocol to provide encrypted communication using a client-server architecture.

1435 questions
38
votes
12 answers

SSH into Raspberry Pi without knowing IP address

I have a Raspberry Pi connected to Ethernet and with a Mac (though USB cable). I'm trying to SSH in the Pi but I don't know the IP address. I have tried : ifconfig but I have I can't see eth0 lo0: flags=8049 mtu…
Alex Garulli
  • 483
  • 1
  • 4
  • 7
28
votes
13 answers

Is there a way to set up a Raspberry Pi without a keyboard, mouse, or SD card reader?

To keep myself entertained during the COVID-19 pandemic, I've bought a Raspberry Pi. I thought that it would be possible to program it from my laptop over SSH using an Ethernet connection, but I've just discovered that this requires me to know the…
John Smith
  • 417
  • 1
  • 4
  • 6
21
votes
12 answers

Setting up SSH over internet on my Pi

This might be a simple question, but as I have read contradicting information from several resources (what? contradictions on the internet?) I wanted to know if I did everything I was supposed to. So I want to set up a SSH connection to my RasPi so…
Zeta
  • 313
  • 1
  • 2
  • 4
17
votes
1 answer

How do I set up ssh keys to log into my RPi

Using ssh keys to log into your RPi is much more convenient than typing the password everytime. It's especially handy if you want to log in from automated scripts or use programs such as scp or rsync So how do I set up ssh keys to log into my RPi?
John La Rooy
  • 11,947
  • 9
  • 47
  • 75
13
votes
2 answers

Remove GNU licence and 'no warranty' thing when logging into ssh

Whenever I login to my Pi via ssh I get this message: pi@192.168.1.251's password: Linux raspberrypi 3.18.11+ #781 PREEMPT Tue Apr 21 18:02:18 BST 2015 armv6l The programs included with the Debian GNU/Linux system are free software; the exact…
iProgram
  • 329
  • 1
  • 4
  • 12
10
votes
6 answers

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 192.168.0.200 Pi have default IP in network…
Allan
  • 201
  • 1
  • 2
  • 5
8
votes
4 answers

How can I most easily SSH into a single computer when I change the SD card?

I've gotten my first Raspberry Pi to experiment with. While I learn about it, I'm also experimenting with different OSes, specifically the default with the GUI and the Lite without. I've got them both set up to accept SSH connections, but every time…
Chuck
  • 183
  • 1
  • 6
7
votes
2 answers

Trying to SSH in using urxvt gives error

Every other terminal I've tried has worked fine and has displayed colours and such correctly, but whenever I log in using urxvt I get the following error tput: unknown terminal "rxvt-unicode-256color" tput: unknown terminal…
MenacingMecha
  • 73
  • 1
  • 1
  • 4
7
votes
1 answer

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 in certain directories: Response: 200 Type set…
user4039
7
votes
4 answers

SSH freezing randomly

I use PuTTY to control my pi a lot. Normally it works fine, but as of a few days ago my main computer will just stop receiving data from my pi and freeze, and I have to close PuTTY and open a new session, meaning that I lose connection with what…
DaPorkchop_
  • 73
  • 1
  • 1
  • 4
5
votes
3 answers

Will Terminating an SSH Connection Also Terminate any Program running?

I am using my RPi to measure the temperature of my fermenting homebrew and store it in a MySQL database via a python program. Two days ago, I SSH'd into the RPi from my labtop and executed the python command. If I close the SSH program or if I put…
Matthew Moisen
  • 745
  • 5
  • 11
  • 25
5
votes
3 answers

Can't connect to Pi through SSH (Putty)?

Pretty much as the title says - I'm trying to connect to it through putty and continuously get . I checked the IP address through both my router AND by connecting the Pi to a TV, and it matches consistently, but I just can't seem to ssh into it?…
secondubly
  • 283
  • 1
  • 3
  • 7
5
votes
1 answer

SSH after typing in "ifdown --force eth0"

I have a raspberry pi on the roof of my building, and I was able to ssh into it. I was setting it up with a 3G modem, and to make the raspberry pi use the modem, I typed in ifdown --force eth0. I forgot to realize that will stop me being able to ssh…
FreshTendrils
  • 463
  • 1
  • 7
  • 13
5
votes
3 answers

Re-using SSH keys?

I'm now up to 4 SD cards with various version of Raspbian (Adafruit, Raspbian, Xbian, Raspbian Stripped Server), and I'm finding it annoying when I go to fool with another version that I have to edit my known_hosts file each time because each SD…
Cade Roux
  • 2,107
  • 5
  • 23
  • 27
4
votes
3 answers

Permission denied when try to connect with ssh to my pi

I'm trying to connect form my laptop to my pi with ssh but i get Permission denied, when insert the password. I do: ssh pigio@192.168.178.79 I'm sure the ip address is correct because i can PING and get response. I'm quite sure the password i'm…
Giorgia Sambrotta
  • 143
  • 1
  • 1
  • 6
1
2 3
9 10