Skip to main content

All Questions

Tagged with
2 votes
1 answer
7k views

Tunneling apt-get Through SSH Works... Mostly

I am running a Linux container under Proxmox 4.4. The container is based on Debian Jessie. Here are the version specifics: root@myHostName:/home/myUserName# uname -a Linux myHostName 4.4.35-1-pve #1 ...
Dave's user avatar
  • 1,049
2 votes
2 answers
4k views

Cannot install SSH server on Debian Jessie

I made a fresh install of Debian today and now I am trying to install the SSH server so i can connect to the machine remotely. When I do apt-get install ssh it shows me that packages cannot be ...
Milen Georgiev's user avatar
13 votes
1 answer
18k views

How to resume or abandon an apt-get dist-upgrade after connection reset?

In the middle of a "sudo apt-get dist-upgrade" on my Raspberry Pi, while waiting for user input, my ssh connection got reset. I was not running in a screen. The last few lines looked like this: ...
David's user avatar
  • 233
8 votes
3 answers
9k views

Can't open an SSH session because of OpenSSL version mismatch

I just ran apt-get upgrade, and according to /var/log/apt/history.log, openssl has been updated to version 1.0.1e-2+rvt+deb7u7. Now I have one SSH session still open, but I can't open another one. I ...
Niek's user avatar
  • 193
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