Code: Select all
sudo apt install openssh-server
Code: Select all
sudo apt install openssh-server
kerogaz wrote: Thu Jul 18, 2024 8:16 am...
The following NEW packages will be installed:
openssh-server openssh-sftp-server ssh
0 upgraded, 3 newly installed, 0 to remove and 0 not upgraded.
...
Preparing to unpack .../openssh-server_1%3a9.2p1-2+deb12u3_amd64.deb ...
Unpacking openssh-server (1:9.2p1-2+deb12u3) ...
...
Setting up openssh-server (1:9.2p1-2+deb12u3) ...
kerogaz wrote: Thu Jul 18, 2024 8:17 am root@mx:/etc/ssh# service status sshd
status: unrecognized service
Code: Select all
$ service ssh status
sshd is running.
Did you do this?Adrian wrote: Thu Jul 18, 2024 8:57 am(you probably have only openssh-client installed).Code: Select all
sudo apt install openssh-server
kerogaz wrote: Thu Jul 18, 2024 5:06 pm It’s strange that the ssh restarts here after changing the sshd config. For example, in FreeBSD and Archlinux, I restart the service sshd after changing the sshd config.
Code: Select all
Desktop: Xfce v: 4.18.1 tk: Gtk v: 3.24.36 info: xfce4-panel wm: xfwm v: 4.18.0 vt: 7
dm: LightDM v: 1.26.0 Distro: MX-23.3_ahs_x64 Libretto July 31 2023 base: Debian GNU/Linux 12
(bookworm)
Info:
Init: SysVinit v: 3.06 runlevel: 5 default: graphical tool: systemctl Compilers: gcc: 12.2.0
alt: 12 Client: shell wrapper v: 5.2.15-release inxi: 3.3.26
Boot Mode: UEFI
Code: Select all
$ sudo service ssh status
[sudo] password for mike:
sshd is running.
Code: Select all
mike@dell-lt:~
$ ssh 10.0.0.33
The authenticity of host '10.0.0.33 (10.0.0.33)' can't be established.
ED25519 key fingerprint is redacted.
This key is not known by any other names.
Are you sure you want to continue connecting (yes/no/[fingerprint])? yes
Warning: Permanently added '10.0.0.33' (ED25519) to the list of known hosts.
mike@10.0.0.33's password:
Linux OptiPlex7050 6.6.12-1-liquorix-amd64 #1 ZEN SMP PREEMPT liquorix 6.6-16~mx23ahs (2024-01-18) x86_64
[snip]
You have no mail.
mike@OptiPlex7050:~
Really? Do better, especially when asking for help!kerogaz wrote:Dear DukeComposed, don't pretend that you are the smartest, ssh is protocol and sshd is daemon of protocol ssh .....A daemon is a program that runs in the background (without a terminal or user interface), waiting for events and offering some services to carry them out. A good example of a daemon would be a web server waiting for a request to deliver a page, or an SSH server waiting for someone's login.
Try ssh-conduit-antix (from MX Package Installer info of "SSH Conduit")kerogaz wrote: Thu Jul 18, 2024 4:34 pm apt list ssh* -i
Listing... Error!
E: input:0-10: error: Expected pattern
Code: Select all
mike@OptiPlex7050:~
$ apt list ssh-conduit-antix -i
Listing... Done
ssh-conduit-antix/now 1.1.4 all [installed,local]