Skip to main content

All Questions

Tagged with
0 votes
1 answer
1k views

Where does Putty get the server host public key?

I'm logging into a Debian box and I get the security alert showing me the host public key. When I compare the full public key reported by PuTTY to the one in ~/.ssh/authorized_keys I find that they ...
Rob's user avatar
  • 95
0 votes
1 answer
707 views

SSH with RCA key does not authorized

I try to set up an ssh connection by RCA-key. Settings for PuTTy: 192.168.1.41, port 22, the private key was choosed. My public key has placed "192.168.1.41/home/pi/.ssh/PuTKey.pub" therefore I ...
serginator's user avatar
0 votes
2 answers
219 views

One of my PCs in my local net cannot connect to my SSH server

I am running a SSH server on a Debian Wheezy box. I have 4 computers and two Android phones that can successfully connect to the SSH using local IP to the server. But one of my computers cannot ...
Nick's user avatar
  • 1
1 vote
0 answers
191 views

Trying to setup SSH RSA auth on a debian machine.

I am trying to set up ssh on a debian machine. I have a pair of keys generated with putty, I load my private key with Pageant, and the public one I uploaded on the server, and paste it in /home/user/....
Alexandru's user avatar
1 vote
1 answer
947 views

Debian - install new software by apt-get over SSH

I tried to install new software when I was connected to my Debian over SSH, for example sudo apt-get install subversion, and after calculating dependencies, required space, etc. APT asked, if I want ...
michail_w's user avatar
  • 121
0 votes
5 answers
10k views

Cannot SSH log into Debian virtual machine from windows 7 via Putty

I have followed a tutorial from this website http://jtreminio.com/2012/07/setting-up-a-debian-vm-step-by-step/. I am up to the point in the tutorial where it says to login via SSH. I have installed ...
Matthew Underwood's user avatar