setting up ssh tunnel on SGI 2
#6
RE: setting up ssh tunnel on SGI 2
/etc/services doesn't "turn on" anything, it is simply a list. You have it confused with inetd.conf.

ssh has X11 forwarding, which may be what was called "tunneling". This sets the DISPLAY environment variable to point to the ssh connection, so that typing "xterm" in a ssh session will open a window on your screen instead of on the remote computer. It is set up with a config file, see "man ssh_config".

There are a lot of limitations of X11 forwarding because of its security concerns, and because the SGI uses GL or OpenGL for its interface instead of vanilla X11.

There is a more basic ssh feature called the control port, which lets you share multiple activities (such as file copies and shells) over a single ssh connection. See "ControlPath" in "man ssh_config".

The port forwarding commands like -L, -R, or -D are for passing Internet sockets over the ssh connection. This is only useful when you want to make it look like your Internet traffic is originating from the ssh server (in other words, there is no point using them on a local network).

Telnet doesn't do any of this stuff (but ironically, Kerberized Telnet does do encryption, so there is nothing that restricts it to local networks).

For more convenient text-mode work on a remote computer, you could also use screen or tmux.

Personaliris O2 Indigo2 R10000/IMPACT Indigo2 R10000/IMPACT Indigo2 Indy   (past: 4D70GT)
(This post was last modified: 03-17-2025, 05:35 PM by robespierre.)
robespierre
refector peritus

Trade Count: (0)
Posts: 640
Threads: 3
Joined: Nov 2020
Location: Massholium
Find Reply
03-17-2025, 05:30 PM


Messages In This Thread
setting up ssh tunnel on SGI 2 - by pbeveridge - 03-17-2025, 11:32 AM
RE: setting up ssh tunnel on SGI 2 - by vishnu - 03-17-2025, 12:46 PM
RE: setting up ssh tunnel on SGI 2 - by pbeveridge - 03-17-2025, 12:50 PM
RE: setting up ssh tunnel on SGI 2 - by pbeveridge - 03-17-2025, 02:50 PM
RE: setting up ssh tunnel on SGI 2 - by foetz - 03-17-2025, 07:49 PM
RE: setting up ssh tunnel on SGI 2 - by vishnu - 03-17-2025, 04:29 PM
RE: setting up ssh tunnel on SGI 2 - by robespierre - 03-17-2025, 05:30 PM
RE: setting up ssh tunnel on SGI 2 - by Shiunbird - 03-18-2025, 08:30 AM
RE: setting up ssh tunnel on SGI 2 - by robespierre - 03-18-2025, 09:27 AM
RE: setting up ssh tunnel on SGI 2 - by pbeveridge - 03-17-2025, 09:15 PM
RE: setting up ssh tunnel on SGI 2 - by vishnu - 03-17-2025, 09:33 PM
RE: setting up ssh tunnel on SGI 2 - by vishnu - 03-18-2025, 12:29 PM
RE: setting up ssh tunnel on SGI 2 - by vishnu - 04-28-2025, 12:49 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)