Ubuntu 16.04.7 LTS
다음 응답은 어디에서 얻을 수 있습니까 dpkg-query
?
dpkg-query -l 'openssh*'
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
|/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
||/ Name Version Architecture Description
+++-==========================================-==========================-==========================-==========================================================================================
ii openssh-client 1:7.2p2-4ubuntu2.10 amd64 secure shell (SSH) client, for secure access to remote machines
ii openssh-server 1:7.2p2-4ubuntu2.10 amd64 secure shell (SSH) server, for secure access from remote machines
ii openssh-sftp-server 1:7.2p2-4ubuntu2.10 amd64 secure shell (SSH) sftp server module, for SFTP access from remote machines
설치한 것 같지만 여전히 파일을 openssh-server
볼 수 없습니다 . /etc/ssh/sshd_config
일이 다르게 진행되나요 Ubuntu
?
답변1
이 파일은 패키지를 설치할 때 설치됩니다 openssh-server
(스크립트의 일부임 postinst
).
다음을 실행해 보세요.
sudo apt-get install --reinstall openssh-server