Created
July 19, 2013 21:26
-
-
Save dmpayton/6042465 to your computer and use it in GitHub Desktop.
openssh-server wants to install python-requests and python-urllib3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ sudo apt-get install openssh-server | |
Reading package lists... Done | |
Building dependency tree | |
Reading state information... Done | |
The following extra packages will be installed: | |
ncurses-term python-requests python-urllib3 ssh-import-id | |
Suggested packages: | |
rssh molly-guard monkeysphere openssh-blacklist openssh-blacklist-extra | |
The following NEW packages will be installed: | |
ncurses-term openssh-server python-requests python-urllib3 ssh-import-id | |
0 upgraded, 5 newly installed, 0 to remove and 0 not upgraded. | |
Need to get 844 kB of archives. | |
After this operation, 3,436 kB of additional disk space will be used. | |
Do you want to continue [Y/n]? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment