How to install Opem SSH Server on Deepin
Tofloor
poster avatar
horvan
deepin
2016-11-25 23:47
Author
Dear Community. I try to install openssh server in deepiin from the depin repository. an apt-cache enquoery told me that openssh server package is not in the repos. any suggestions how to install this?

Reply Favorite View the author
All Replies
jingle
deepin
2016-11-26 00:01
#1
jingle@jingle:~$ apt-cache search  openssh-server
openssh-server - secure shell (SSH) server, for secure access from remote machines
Reply View the author
jingle
deepin
2016-11-26 00:02
#2
Hello, please switch to the control center in the country or the nearest source to try, if not, please help contact local colleges and universities to help us create a mirror site, thank you.
Reply View the author
savanweylyn
deepin
2016-11-26 02:45
#3
https://bbs.deepin.org/post/132427
jingle@jingle:~$ apt-cache search  openssh-server
openssh-server - secure shell (SSH) server, for se ...

I know i'm a bit late, but
  1. $ apt list openssh-server
  2. Listing... Done
  3. openssh-server/unknown 1:7.3p1-1 amd64
Copy the Code
Reply View the author
snyh1010
deepin
2016-11-26 05:55
#4
or you can just simply install ssh.

  1. sudo apt-get install ssh
Copy the Code


package "ssh" depends openssh-client and openssh-server
Reply View the author