Advertisement
Guest User

Untitled

a guest
Feb 27th, 2015
216
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.69 KB | None | 0 0
  1. [nemo@jolla ~]$ systemctl status sshd
  2. sshd.service - OpenSSH server daemon
  3.    Loaded: loaded (/lib/systemd/system/sshd.service; disabled)
  4.    Active: active (running) since lør 2015-02-28 00:01:24 CET; 1min 55s ago
  5.   Process: 3229 ExecStartPre=/bin/bash -c if [ \( ! -s /etc/ssh/ssh_host_dsa_key \) -a \( ! -s /etc/ssh/ssh_host_dsa_key.pub \) -a \( ! -s /etc/ssh/ssh_host_rsa_key \) -a \( ! -s /etc/ssh/ssh_host_rsa_key.pub \) ]; then /usr/sbin/sshd-hostkeys; fi (code=exited, status=0/SUCCESS)
  6.  Main PID: 3232 (sshd)
  7.    CGroup: /system.slice/sshd.service
  8.            ├─3232 /usr/sbin/sshd -D
  9.            ├─3249 sshd: nemo [priv]
  10.            └─3250 sshd: nemo [net]
  11.  
  12. [nemo@jolla ~]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement