On Thu, 24 Oct 2019, wes wrote: > That was in regards to running the _client_ with debug output. Doing this > with the server is slightly more complicated.
Wes, Okay. # /usr/sbin/sshd -D -d -E sshd-debug.log -f /etc/ssh/sshd_config -p <redacted> sshd-debug.log: debug1: sshd version OpenSSH_7.4, OpenSSL 1.0.2t 10 Sep 2019 debug1: private host key #0: ssh-ed25519 SHA256:/RInRdtcIMbpPu3LZmpg5wfAWi9ozQwgKLPnTQEDcxg debug1: rexec_argv[0]='/usr/sbin/sshd' debug1: rexec_argv[1]='-D' debug1: rexec_argv[2]='-d' debug1: rexec_argv[3]='-E' debug1: rexec_argv[4]='sshd-debug.log' debug1: rexec_argv[5]='-f' debug1: rexec_argv[6]='/etc/ssh/sshd_config' debug1: rexec_argv[7]='-p' debug1: rexec_argv[8]='<redacted>' debug1: Set /proc/self/oom_score_adj from 0 to -1000 debug1: Bind to port <redacted> on 0.0.0.0. Server listening on 0.0.0.0 port <redacted>. debug1: Bind to port <redacted> on ::. Server listening on :: port <redacted>. debug1: Server will not fork when running in debugging mode. debug1: rexec start in 6 out 6 newsock 6 pipe -1 sock 9 [root@salmo /mnt/backup/salmo-data/dirvish]# dirvish --vault salmo-data --init Permission denied (publickey). salmo-data:default pre-client failed (65280) Rich _______________________________________________ Dirvish mailing list [email protected] http://www.dirvish.org/mailman/listinfo/dirvish
