-
Notifications
You must be signed in to change notification settings - Fork 24
Fails to update name servers via ssh #315
Description
Running Probind v1.3.0, I have been unable to get the files to transfer to a name server via SSH. The SSH session connects and credentials are validated and them disconnects. I have installed the Docker Probind on both Ubuntu 22.04 and Debian 12 with the same results. The name servers are Ubuntu 22.04. I can ssh and file transfer outside of the docker environment without any problems.
To Reproduce
Steps to reproduce the behavior:
- Update zone files
- "Push Updates"
- Everything seems to work; indicates all files have transferred OK
- Nothing is actually transferred.
Expected behavior
Expected the zone files to be transferred
Desktop (please complete the following information):
- Probind Docker on Debian12 & Nameserver in Ubuntu 22.04
- Browser chrome - Version 109.0.5414.120 (Official Build) (64-bit)
Additional context
I established connects as both Probinder (Default) and root with the same results so it does not seem to be a permissions issue.
ssh log from name server:
Jun 19 14:40:48 nagios sshd[5243]: debug2: subsystem request for sftp by user root
Jun 19 14:40:48 nagios sshd[5243]: debug1: subsystem: exec() /usr/lib/openssh/sftp-server
Jun 19 14:40:48 nagios sshd[5243]: Starting session: subsystem 'sftp' for root from 10.157.0.16 port 60556 id 0
Jun 19 14:40:48 nagios sshd[5243]: debug2: fd 4 setting TCP_NODELAY
Jun 19 14:40:48 nagios sshd[5243]: debug2: fd 7 setting O_NONBLOCK
Jun 19 14:40:48 nagios sshd[5243]: debug2: fd 5 setting O_NONBLOCK
Jun 19 14:40:48 nagios sshd[5243]: debug2: fd 10 setting O_NONBLOCK
Jun 19 14:40:48 nagios sshd[5243]: debug3: send packet: type 99
Jun 19 14:40:48 nagios sshd[5310]: debug1: SELinux support disabled
Jun 19 14:40:48 nagios sshd[5310]: debug1: PAM: reinitializing credentials
Jun 19 14:40:48 nagios sshd[5310]: debug1: permanently_set_uid: 0/0
Jun 19 14:40:48 nagios sshd[5310]: debug3: Copy environment: XDG_SESSION_ID=10
Jun 19 14:40:48 nagios sshd[5310]: debug3: Copy environment: XDG_RUNTIME_DIR=/run/user/0
Jun 19 14:40:48 nagios sshd[5310]: debug3: Copy environment: DBUS_SESSION_BUS_ADDRESS=unix:path=/run/user/0/bus
Jun 19 14:40:48 nagios sshd[5310]: debug3: Copy environment: XDG_SESSION_TYPE=tty
Jun 19 14:40:48 nagios sshd[5310]: debug3: Copy environment: XDG_SESSION_CLASS=user
Jun 19 14:40:48 nagios sshd[5310]: debug3: Copy environment: MOTD_SHOWN=pam
Jun 19 14:40:48 nagios sshd[5310]: debug3: Copy environment: PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin
Jun 19 14:40:48 nagios sshd[5310]: debug3: Copy environment: LANG=en_US.UTF-8
Jun 19 14:40:48 nagios sshd[5243]: debug3: receive packet: type 1
Jun 19 14:40:48 nagios sshd[5243]: Received disconnect from 10.157.0.16 port 60556:11:
Jun 19 14:40:48 nagios sshd[5243]: Disconnected from user root 10.157.0.16 port 60556
Jun 19 14:40:48 nagios sshd[5243]: debug1: do_cleanup
Jun 19 14:40:48 nagios sshd[5243]: debug1: PAM: cleanup
Jun 19 14:40:48 nagios sshd[5243]: debug1: PAM: closing session
