Re: Building Apple Open Source Tool
site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:subject:from:in-reply-to:date:cc :content-transfer-encoding:message-id:references:to; bh=Bg8QVi4pzDHs9/GSbJMoOdtztUz3GETFCkDSnj/iap8=; b=PMJEpYY/wxqx/dB+NrTtvqszx8LZTRcdipXB3X1X+Ak+awUIqr4FiQJo4IlwtlqzGY w09P4nVnJPtimNv0FcgLD/+9xA3G4fV7War0Gl4FKd4zOLg4yq9xKHnxWostVor1Wo27 INm7cKH9uTeMaS72NOwz/u4iyWmT2hxFxSXL2HPs5BIFkrqiHnvmCOqUlQ4o0yhdN2qj kA+06HZ+dNuKQtk//wQTK19LLV80NGcZM/m/WchMN/uPHOQRinzbwE7rfm6Jg/hc/kRu dNh4uwSUr6EXiisoW/D/JSE5KYcHPA1rl1vP7J+GUHZtBaRQMl3P3s8/vgR5h6uGqqdI y5GQ== Alistair,
On Mar 6, 2019, at 00:57, Alastair Houghton <alastair@alastairs-place.net> wrote:
On 5 Mar 2019, at 21:43, Sandor Szatmari <admin.szatmari.net@gmail.com> wrote:
I have a need to build rlogin to allow it to connect to a rlogin server accessible on a non-standard specific port. I’m sure you’ve already considered this, but it’s worth having it in the mailing list archives anyway: rlogin is generally not a good idea, and unless there is some overwhelming reason why you can’t use it, ssh or slogin is a much better plan.
Sage advice, but one our companies products supports a system integration (via rlogin) with infrastructure installed decades ago, and is not going away and cannot be changed. One, it’s not in our purview to change this, two the equipment operates in what is considered a trusted environment. ie not my choice, not my design, not in my control. But, having had to deal with this over the years has given me great appreciation for the sentiment you convey.
If you can replace the use of rlogin, with one of the latter two, it will save you the trouble of building it.
My goal is to have rlogin connect to a higher randomly selected port, but the rlogin client provided on macOS does not appear to have a flag to specify an alternate port. I want to rebuild the rlogin client with this functionality grafted on. Any and all suggestions are welcome. Thanks, Sandor
Kind regards,
Alastair.
_______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.app... This email sent to site_archiver@lists.apple.com
participants (1)
-
Sandor Szatmari