PuTTY is a terminal emulator and serial console with networking capabilities (telnet, SSH, etc.) originally developed for MS Windows but ported to other common platforms as well.
Questions tagged [putty]
120 questions
18
votes
4 answers
Connect to Raspberry Pi over ssh: connection refused (from putty)
I have a raspberry running raspbian, and I want to connect over SSH, but something is happening.
On the raspberry I have run nmap and port 22 says: OPEN; the ssh process is running and fine.
But I can't connect from my windows 8.1 machine with…
ptf
- 359
- 1
- 3
- 10
15
votes
2 answers
Shutdown Raspberry over ssh
to Shutdown my Raspberry I type sudo shutdown -h -P now this works fine when I am directly contected via USB Keyboard and Hdmi display but when Iam connected over SHH from my windows Pc using Putty it does not shutdown.
It looks like this…
Zion
- 321
- 2
- 3
- 4
10
votes
5 answers
How can I access my Raspbian Wheezy installation via SSH? Is it enabled by default?
Is SSH enabled by default on the Raspbian Wheezy 7 install image? And if it is, which IP address is used so I can access Pi via PuTTY and Filezila?
Important!
As per Philippe Lhardy's answer current (post ~2016) versions of Raspbian do not have…
zsn
- 431
- 2
- 6
- 13
6
votes
4 answers
How to share my internet connection on a (Windows) computer with a Raspberry Pi?
I have a Raspberry Pi directly connected to my Windows laptop through Ethernet, so I can make a SSH connection with PuTTy, everything works fine except that my Pi has no access to the internet.
Whenever I enable "Internet Connection Sharing" option…
Kil'jaeden
- 161
- 1
- 1
- 3
5
votes
3 answers
Start python script on pi through putty so it still runs after closing putty
I want to build a water dispanser using a raspberry pi.
The pi is attached to a touch screen.
Further, I made a python script to control everything.
From time to time, I want to adjust the script to make some changes or improvements.
Currently I use…
maddo7
- 153
- 1
- 3
4
votes
4 answers
Putty error while connecting Raspberry Pi to my computer
With reference to the post SSH for Raspberry Pi using a PC, I tried the same steps and got the same error:
Network error, connection refused
In the post I mentioned, I saw an answer mentioning "install ssh on Raspberry Pi".
How do I do it when I…
Shashank BR
- 41
- 2
4
votes
1 answer
How do I find out the IP address of my Pi?
So I do not have an HDMI monitor or any monitors around but I do have a computer with an ethernet port and I know that I can SSH to my pi via putty but the problem is that I do not know how to get the IP address of my pi from another windows 7…
Bankrupt Spetsnaz 1991
- 91
- 1
- 3
4
votes
2 answers
Can I SSH into my pi via a USB-to-USB connection with my laptop?
My laptop does not have a built-in ethernet port because it is new so I used to SSH with my pi via a USB-ethernet adapter but I recently went to Russia and forgot the adapter in the US and since I am in Russia, nobody sells such adapters and when I…
Bankrupt Spetsnaz 1991
- 91
- 1
- 3
3
votes
1 answer
How do I run a shell file on startup (before login)?
I have a bash file I want to run when I turn on the Pi. I have seen a few solutions utilizing init d or adding it to some other file or directory, but the problem is that when I sign in with SSH they run the command again. I only want to run it when…
user72237
3
votes
5 answers
Pi desktop through PuTTY and Xming
I am trying to connect my Pi to my laptop, I have finished installing the OS and through PuTTY and Xming, I am trying to setup the connection but now startlxde command doesn't work.
Can someone help me with this? Please see the image, that's the…
Nea
- 31
- 1
- 1
- 2
3
votes
2 answers
SSH disabled by default
I'm quite new to raspberry and linux so this question might be easy to answer but i'm really clueless... I installed raspbian jessie and wanted to connect via ssh connection and putty. Unfortunately i have read in release notes that "SSH disabled by…
Poldon
- 31
- 2
3
votes
1 answer
Using RPi 2 over WAN with PuTTY and VNC
When using RPi 2 via remote internet connection, is there any harm in using both PuTTY and VNC (tightvncserver) at the same time?
user39664
3
votes
3 answers
Use PuTTY & winSCP to SSH using .local domain
I'm trying to move over to host and domain names with my local networked Pis, but I need to start by being able to use PuTTY & WinSCP. It works well using IP's. I've already set up the host and domain names (using Avahi).
How do I use PuTTY and/or…
Renier Delport
- 361
- 1
- 4
- 12
2
votes
1 answer
WinSCP to Pi from external network (DDNS/Port forward SSH)
I have setup home network to use DDNS such that I can login to router from outside network using the custom domain.
I have assigned static (local) IP address to raspberry Pi.
I have port forwarded to this local IP on port 22 for SSH.
I can use…
Agruis
- 23
- 2
2
votes
2 answers
Can't SSH by name on stretch; can on jessie
I just updated my Pi0W's to stretch, from jessie, and now putty won't let me connect by name (e.g. pi@computername.local) like it used to. It does work as expected if I use the IP. But the odd thing is, I still have a jessie machine on the network,…
Brian
- 21
- 3