The Unix Heritage Society mailing list
 help / color / mirror / Atom feed
From: txomsy@yahoo.es (Jose R Valverde)
Subject: [TUHS]  UNIX and relatives and SSH
Date: Thu, 10 Nov 2005 09:45:09 +0100 (CET)	[thread overview]
Message-ID: <20051110084509.86499.qmail@web26107.mail.ukl.yahoo.com> (raw)

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 1778 bytes --]

Sorry for my previous aborted message. I'm using
webmail which is an alien sort of thing to me.

What I wanted to say is that you may as well let them 
'telnet' to the PDP11-2.11BSD through SSH.

I mean, you may have the PDP behind a firewall with
all 
ports blocked, and another machine (linux, *bsd,
whatever) with SSH open.

Then all that would be needed is that your friend uses
an
SSH tunnel to the telnet port of the PDP. 

For instance, let's say you open an account for your
friend on the intermediate machine: s/he may use this
machine to forward one of his local ports (say 2300)
to 
port 23 on the PDP11 system (say
pdp11-2bsd.example.net) as

ssh -L 2300:pdp11-2bsd.example.net:23 hop.example.net

This would forward his local port 2300 to port 23
of pdp11-2bsd.example.net, using the host 
hop.example.net as an intermediate SSH step.

Then all that your friend needs to do is issue a

telnet localhost 2300

and that would connect him to the telnet port of the
PDP11 using SSH.

If s/he uses windows, most SSH clients have a port 
forwarding tool that makes introducing this
information
very easy.

So, to sumamrize:

- you open an account on an intermediate host that has
SSH

- your friend creates a tunnel from his own computer
to
the PDP using the intermediate host with his
user/pswd.

- your friend telnets his/her own local computer at
the
chosen port

All communications will be encrypted between his/her
computer and the intermediate host, and go in the
clear
between the intermediate host and the PDP.

If the intermediate host is behind a firewall, then
that would be no problem.

                         j



	
	
		
______________________________________________ 
Renovamos el Correo Yahoo! 
Nuevos servicios, más seguridad 
http://correo.yahoo.es



             reply	other threads:[~2005-11-10  8:45 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-11-10  8:45 Jose R Valverde [this message]
  -- strict thread matches above, loose matches on Subject: below --
2005-11-10  8:20 Jose R Valverde
2005-11-09  4:04 Gregg C Levine
2005-11-09  5:58 ` Warren Toomey

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20051110084509.86499.qmail@web26107.mail.ukl.yahoo.com \
    --to=txomsy@yahoo.es \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).