Skip to main content
Topic solved
This topic has been marked as solved and requires no further attention.
Topic: [SOLVED] SSH configuring (Read 2910 times) previous topic - next topic
0 Members and 4 Guests are viewing this topic.

[SOLVED] SSH configuring

Hello and thank you very much for your help.
 I have XFCE Artix, installed from base, Its OpenRC Artix XFCE.
 I just noticed that ssh don't work.
 Reinstalled ssh.
https://wiki.artixlinux.org/Main/OpenRC
Tried with wiki.
 


Re: SSH configuring

Reply #2
It'll be helpful if you could output any errors and other info. Not work is not helping us narrowing down the issue, e.g. error showing,if any.

Re: SSH configuring

Reply #3
OpenSSH_8.6p1, OpenSSL 1.1.1k  25 Mar 2021

Quote
[linux@artix ~]$ ps aux | grep sshd
root      1942  0.0  0.0   3480   228 ?        S    19:04   0:00 supervise-daemon sshd --start /usr/bin/sshd -- -f /etc/ssh/sshd_config -D
root      1943  0.0  0.0   8964  5776 ?        Ss   19:04   0:00 sshd: /usr/bin/sshd -f /etc/ssh/sshd_config -D [listener] 0 of 10-100 startups
linux     3188  0.0  0.0   6436  2368 pts/0    S+   19:13   0:00 grep --colour=auto sshd
[linux@artix ~]$ netstat -plant | grep :22
bash: netstat: нема такве наредбе (no such command, error)
[linux@artix ~]$

what do you imagine under this sentence?
SSH is installed, but not running.

Re: SSH configuring

Reply #4
ssh's service is instaled,, enabled and started ?
see pacman -Ss ssh



Re: SSH configuring

Reply #5
SSH is installed, but not running.

Not true:
Quote
root      1942  0.0  0.0   3480   228 ?        S    19:04   0:00 supervise-daemon sshd --start /usr/bin/sshd -- -f /etc/ssh/sshd_config -D
root      1943  0.0  0.0   8964  5776 ?        Ss   19:04   0:00 sshd: /usr/bin/sshd -f /etc/ssh/sshd_config -D [listener] 0 of 10-100

Quote
[linux@artix ~]$ netstat -plant | grep :22
bash: netstat: нема такве наредбе (no such command, error)
[linux@artix ~]$
Just as the output says here, you don't have netstat command in path, If you haven't installed it, it is a part of the package net-tools.

Re: SSH configuring

Reply #6
ssh's service is instaled,, enabled and started ?
see pacman -Ss ssh
Yes, it is.
 
Quote
ystem/libssh2 1.9.0-3 [инсталиран]
    A library implementing the SSH2 protocol as defined by Internet Drafts
system/openssh 8.6p1-1 [инсталиран]
    Premier connectivity tool for remote login with the SSH protocol
system/openssh-openrc 20210505-1 (openrc-system) [инсталиран]
Quote
netstat -plant | grep :22
(Not all processes could be identified, non-owned process info
 will not be shown, you would have to be root to see it all.)
tcp        0      0 0.0.0.0:22              0.0.0.0:*               LISTEN      -                  
tcp6       0      0 :::22                   :::*                    LISTEN   
  I am confused, there was some error at boot about ssh, but I don't know how to reproduce it.
 I tried to activate wifi connection at boot, but I am not sure that I managed to.

Re: SSH configuring

Reply #7
rc-update show -v
       NetworkManager |      default                          
               agetty |                                       
          agetty.tty1 |      default                          
          agetty.tty2 |      default                          
          agetty.tty3 |      default                          
          agetty.tty4 |      default                          
          agetty.tty5 |      default                          
          agetty.tty6 |      default                          
               binfmt | boot                                  
             bootmisc | boot                                  
              cgroups |                                 sysinit
          consolefont |                                       
                 dbus |      default                          
                devfs |                                 sysinit
                dmesg |                                 sysinit
              elogind | boot                                  
                 fsck | boot                                  
             hostname | boot                                  
              hwclock | boot                                  
              keymaps | boot                                  
            killprocs |                        shutdown       
    kmod-static-nodes |                                 sysinit
              lightdm |      default                          
                local |      default nonetwork                
           localmount | boot                                  
             loopback | boot                                  
              modules | boot                                  
             mount-ro |                        shutdown       
                 mtab | boot                                  
           net-online |                                       
               net.lo | boot                                  
             netmount |      default                          
              numlock |                                       
         opensysusers | boot                                  
     opentmpfiles-dev |                                 sysinit
   opentmpfiles-setup | boot                                  
              osclock |                                       
               procfs | boot                                  
                 root | boot                                  
             runsvdir |                                       
            s6-svscan |                                       
         save-keymaps | boot                                  
    save-termencoding | boot                                  
            savecache |                        shutdown       
                 sshd | boot default                          
            sshd.eth0 |                                       
           sshd.wlan0 |                                       
                 swap | boot                                  
              swclock |                                       
               sysctl | boot                                  
                sysfs |                                 sysinit
         termencoding | boot                                  
                 udev |                                 sysinit
          udev-settle |                                       
         udev-trigger |        

Re: SSH configuring

Reply #8
If I enable sshd.wlan0, there was some error, so I disable it.

Re: SSH configuring

Reply #9
openrc default
error sshd.wlan0 need service net.wlan0





Re: SSH configuring

Reply #11
Thank you. But there are always errors.

 Bringing up interface wlan0
 *   Caching network module dependencies
 *   ERROR: interface wlan0 does not exist
 *   Ensure that you have loaded the correct kernel module for your hardware
 * ERROR: net.wlan0 failed to start
 * ERROR: cannot start sshd.wlan0 as net.wlan0 would not start

Re: SSH configuring

Reply #12
I have been using two installations of Artix. Another installation is s6 xfce.
 How to start sshd at boot with s6 ? Thank you.

Re: SSH configuring

Reply #13
I have been using two installations of Artix. Another installation is s6 xfce.
 How to start sshd at boot with s6 ? Thank you.
checkout wiki.artixlinux.org there is how to for inits and other things

Re: SSH configuring

Reply #14
I checked it already. I started ufw at boot, but not ssh.