-
-
Save arkag/8e1041bac0add80fe4c3 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| root@phabricator:~# /usr/sbin/sshd -d -d -d -f /etc/ssh/sshd_config.phabricator │·························· | |
| debug2: load_server_config: filename /etc/ssh/sshd_config.phabricator │·························· | |
| debug2: load_server_config: done config len = 311 │·························· | |
| debug2: parse_server_config: config /etc/ssh/sshd_config.phabricator len 311 │·························· | |
| debug3: /etc/ssh/sshd_config.phabricator:3 setting AuthorizedKeysCommand /usr/bin/phabricator-ssh-hook.sh │·························· | |
| debug3: /etc/ssh/sshd_config.phabricator:4 setting AuthorizedKeysCommandUser vcsu │·························· | |
| debug3: /etc/ssh/sshd_config.phabricator:5 setting AllowUsers vcsu │·························· | |
| debug3: /etc/ssh/sshd_config.phabricator:10 setting Port 22 │·························· | |
| debug3: /etc/ssh/sshd_config.phabricator:11 setting Protocol 2 │·························· | |
| debug3: /etc/ssh/sshd_config.phabricator:12 setting PermitRootLogin no │·························· | |
| debug3: /etc/ssh/sshd_config.phabricator:13 setting AllowAgentForwarding no │·························· | |
| debug3: /etc/ssh/sshd_config.phabricator:14 setting AllowTcpForwarding no │·························· | |
| debug3: /etc/ssh/sshd_config.phabricator:15 setting PrintMotd no │·························· | |
| debug3: /etc/ssh/sshd_config.phabricator:16 setting PrintLastLog no │·························· | |
| debug3: /etc/ssh/sshd_config.phabricator:17 setting PasswordAuthentication no │·························· | |
| debug3: /etc/ssh/sshd_config.phabricator:18 setting AuthorizedKeysFile none │·························· | |
| debug3: /etc/ssh/sshd_config.phabricator:20 setting PidFile /var/run/sshd-phabricator.pid │·························· | |
| debug1: sshd version OpenSSH_6.6.1, OpenSSL 1.0.1f 6 Jan 2014 │·························· | |
| debug3: Incorrect RSA1 identifier │·························· | |
| debug1: key_parse_private2: missing begin marker │·························· | |
| debug1: read PEM private key done: type RSA │·························· | |
| debug3: Incorrect RSA1 identifier │·························· | |
| debug3: Could not load "/etc/ssh/ssh_host_rsa_key" as a RSA1 public key │·························· | |
| debug1: private host key: #0 type 1 RSA │·························· | |
| debug3: Incorrect RSA1 identifier │·························· | |
| debug1: key_parse_private2: missing begin marker │·························· | |
| debug1: read PEM private key done: type DSA │·························· | |
| debug3: Incorrect RSA1 identifier │·························· | |
| debug3: Could not load "/etc/ssh/ssh_host_dsa_key" as a RSA1 public key │·························· | |
| debug1: private host key: #1 type 2 DSA │·························· | |
| debug3: Incorrect RSA1 identifier │·························· | |
| debug1: key_parse_private2: missing begin marker │·························· | |
| debug1: read PEM private key done: type ECDSA │·························· | |
| debug3: Incorrect RSA1 identifier │·························· | |
| debug3: Could not load "/etc/ssh/ssh_host_ecdsa_key" as a RSA1 public key │·························· | |
| debug1: private host key: #2 type 3 ECDSA │·························· | |
| debug3: Incorrect RSA1 identifier │·························· | |
| debug3: Incorrect RSA1 identifier │·························· | |
| debug3: Could not load "/etc/ssh/ssh_host_ed25519_key" as a RSA1 public key │·························· | |
| debug1: private host key: #3 type 4 ED25519 │·························· | |
| debug1: rexec_argv[0]='/usr/sbin/sshd' │·························· | |
| debug1: rexec_argv[1]='-d' │·························· | |
| debug1: rexec_argv[2]='-d' │·························· | |
| debug1: rexec_argv[3]='-d' │·························· | |
| debug1: rexec_argv[4]='-f' │·························· | |
| debug1: rexec_argv[5]='/etc/ssh/sshd_config.phabricator' │·························· | |
| debug3: oom_adjust_setup │·························· | |
| Set /proc/self/oom_score_adj from 0 to -1000 │·························· | |
| debug2: fd 3 setting O_NONBLOCK │·························· | |
| debug1: Bind to port 22 on 0.0.0.0. │·························· | |
| Server listening on 0.0.0.0 port 22. │·························· | |
| debug2: fd 4 setting O_NONBLOCK │·························· | |
| debug3: sock_set_v6only: set socket 4 IPV6_V6ONLY │·························· | |
| debug1: Bind to port 22 on ::. │·························· | |
| Server listening on :: port 22. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment