Your message dated Wed, 4 Oct 2023 08:51:52 +0200
with message-id <[email protected]>
and subject line Re: Bug#1053439: rsync: Please add support for specifying the 
SSH port used in SSH transfers
has caused the Debian Bug report #1053439,
regarding rsync: Please add support for specifying the SSH port used in SSH 
transfers
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1053439: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1053439
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: rsync
Version: 3.2.7-1
Severity: wishlist

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Dear Maintainer,

   Please add support for specifying an SSH port other than 22 for SSH
transfers. The "--port=xxx" option only seems to affect rsync transfers.

- -- System Information:
Debian Release: trixie/sid
  APT prefers testing
  APT policy: (500, 'testing')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 6.5.5.khufu (SMP w/8 CPU threads; PREEMPT)
Kernel taint flags: TAINT_OOT_MODULE
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled

Versions of packages rsync depends on:
ii  init-system-helpers        1.65.2
ii  libacl1                    2.3.1-3
ii  libc6                      2.37-10
ii  liblz4-1                   1.9.4-1
ii  libpopt0                   1.19+dfsg-1
ii  libssl3                    3.0.11-1
ii  libxxhash0                 0.8.2-2
ii  libzstd1                   1.5.5+dfsg2-2
ii  lsb-base                   11.6
ii  sysvinit-utils [lsb-base]  3.08-1
ii  zlib1g                     1:1.2.13.dfsg-3

rsync recommends no packages.

Versions of packages rsync suggests:
ii  openssh-client       1:9.4p1-1
ii  openssh-server       1:9.4p1-1
ii  python3              3.11.4-5+b1
pn  python3-braceexpand  <none>

- -- no debconf information

-----BEGIN PGP SIGNATURE-----

iQJCBAEBCgAsFiEETZlw4yMXM0sUHntjEvfoZbXi52EFAmUcuqoOHHJqbXhAcmpt
eC5uZXQACgkQEvfoZbXi52GQbw//UDSMfdB4waRUow/uTblDKgDMUPDwVFIbas0j
RmjFhe8Oj5SNzZrd340AsgkBZLeP0bGYVS/MtvfkCxutEDNnDtNmOfVHGkvuBQrZ
jvCKQ1T7kHRQJokTuRERm6zrS0hRWfZrYovd6KcRM70WAdMwCTGwFIiqHeYRGofa
jQz5TAUgKdbYRsoZM/VIRCb8P1d1mWW40O/1sGDyrHhxworU2J02VQQozo/CvaHt
OLakfl1/vAd/g2XwzFOwrc1ybIqjx6NWUMU5kV6HxTkPSBReBDXHsEWEJlzvQxes
3vGRmaT7d5oaJxERMtNMqJwk0JLkCzJL2SmOVVhgoX7t7Y9nvSAEbBn67BouOeON
LGcAvjOimjbdfiZcNcbHPX3+9H8is2qA3yjamtuTlQAbwIlD4qhgCUAuDBlrYcPy
pkmtV/L45pgzOtKuuCjL8OatLWCVBvDqRXmphydXaJ3K4WpW2HLO4stczdKlEZki
X/m6CB8HZ0qQfKBrII2jqCLc30afUVrwen9FCv5I6D7LRHELCuPyTBkd5cUVu4hb
LOsonBCGl1CZFe/F+/mvgm6Unv5YWM0lacrASXtBJK/iHbxMrtCCQ2tER5GIbl+b
qBIa80xpE3R7o0/SfVuHh0MhV6VIZYfyJiT1uQFQUzk/95l71qpA2j3ha9lf9TXn
+PM7fV8=
=ScwT
-----END PGP SIGNATURE-----

--- End Message ---
--- Begin Message ---
On Tue 03 Oct 2023, Ron Murray wrote:
> 
>    Please add support for specifying an SSH port other than 22 for SSH
> transfers. The "--port=xxx" option only seems to affect rsync transfers.

The way to do this is to invoke rsync like this:

rsync -e 'ssh -p xxx' ...

Alternatively you can put RSYNC_RSH='ssh -p xxx' in your environment,
or use ssh's ~/.config to change the port for a specified port.


Paul

--- End Message ---

Reply via email to