0 votes
by (260 points)
How do I SSH into Raspberry Pi with putty?

1 Answer

0 votes
by (1.3k points)
There isn't a built-in way in ssh to do this, other than to use port forwarding. However, there is a way that works reasonably well - the ProxyCommand setting for ssh. You can specify that on a per-host basis in ~/. ssh/config and use it to specify the command to run to connect to the remote ssh port.

Related questions

0 votes
1 answer
0 votes
1 answer
asked Aug 2, 2021 by raspberry (540 points)
0 votes
1 answer
0 votes
1 answer
asked Jul 13, 2021 by raspberry (540 points)
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
0 votes
1 answer
asked Aug 1, 2021 by youhave (120 points)
0 votes
1 answer
...