You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 14, 2023. It is now read-only.
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
Screenshots
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
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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:
Expected behavior
Expected the zone files to be transferred
Screenshots
Desktop (please complete the following information):
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
The text was updated successfully, but these errors were encountered: