Sponsored Content
Operating Systems Linux Ubuntu Help:Is any package for Share Session? Post 302515259 by DGPickett on Tuesday 19th of April 2011 03:35:14 PM
Old 04-19-2011
Well, what you want is very like "xterm -ls", which you might prefer, but it might be a security violation. You are going to a host with ssh, but want to let a telnet run your shell.

Really, the telnet creates a new session, with your listener, and you give it a shell to talk to, also often a security violation. You need a tcp listener to intercept the telnet connection. Usually, one spins off the service (ssh) for every connection on the listener.

A port is absolutely just a number, and TCP will only allow one listener to bind to it unless you use SO_REUSEADDR, which is a good idea just in case there is a non-listener still using the 'port'. Telnet is a client, the listener is a server and for you, the ssh is a service. You might want to devise some authentication for it, and shut down listening after the first connection so you do not show up on a port scan or netstat -a.

Do you want two screens/users? VNC X Windows is better for that.
This User Gave Thanks to DGPickett For This Post:
 

8 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

sqlplus session being able to see unix variables session within a script

Hi there. How do I make the DB connection see the parameter variables passed to the unix script ? The code snippet below isn't working properly. sqlplus << EOF user1@db1/pass1 BEGIN PACKAGE1.perform_updates($1,$2,$3); END; EOF Thanks in advance, Abrahao. (2 Replies)
Discussion started by: 435 Gavea
2 Replies

2. Shell Programming and Scripting

Hiding Directories on a Session by Session basis

Hi, Apologies if anyone has read my recent post on the same subject in the Linux forum, just thought actually the solution might more likely come from scripting. Essentially, I am trying to restrict access to directories based on the user's name AND their location on a session-by-session... (3 Replies)
Discussion started by: en7smb
3 Replies

3. Solaris

I am not able to login in gnome session and java session in Sun solaris 9& 10

I am not able to login in gnome session and java session in Sun solaris 9& 10 respectively through xmanager as a nis user, I am able to login in common desktop , but gnome session its not allowing , when I have given login credentials, its coming back to login screen, what shoul I do to allow nis... (0 Replies)
Discussion started by: durgaprasadr13
0 Replies

4. Solaris

Difference between the desktop session and console session

what is the difference between desktop session and console session in solaris as i am wondering we use option -text for the former and -nowin for the later (1 Reply)
Discussion started by: kishanreddy
1 Replies

5. UNIX for Advanced & Expert Users

How to find dependancies of .dstream package (Solaris) & .rpm package( linux)

Friends, Please let meknow, How we can find the dependancies of .dstream package & .rpm package before installation ? For AIX, We can use the inutoc . command to create the .toc file for the bff package, What about Solaris & Linux ? (0 Replies)
Discussion started by: yb4779
0 Replies

6. Shell Programming and Scripting

Help with data reformat if share share content

Input data: read1_data1 read1_data1 read2_data1 read3_data1 read4_data1 read4_data1 read4_data1 read5_data1 . . Desired output result: read1_data1 read1_data2 read2_data1 read3_data1 read4_data1 (3 Replies)
Discussion started by: perl_beginner
3 Replies

7. Emergency UNIX and Linux Support

Problem when trying to remove a package using rpm command - error: package is not installed

Hello, i have installed a package by using the command sudo rpm -i filepackage.rpm package filepackage is already installed when i try to remove it, i get an error saying "is not installed": sudo rpm -e filepackage.rpm error: package filepackage is not installed How can... (4 Replies)
Discussion started by: g_p
4 Replies

8. Programming

Help with share R library package issue

Hi, I just install a library package in R. However my friend (other users) don't have the right to use it :( They have the right to issue "R" at their terminal. However they can't execute and use whatever library package that I installed. We all share the same server. Is there any advice... (4 Replies)
Discussion started by: perl_beginner
4 Replies
asadmin-create-iiop-listener(1AS)				   User Commands				 asadmin-create-iiop-listener(1AS)

NAME
asadmin-create-iiop-listener, create-iiop-listener - adds the IIOP listener SYNOPSIS
create-iiop-listener --user admin_user [--password admin_password] [--host localhost] [--port 4848] [--secure|-s] [--passwordfile filename] [--terse=false] [--echo=false] [--interactive=true] --listeneraddress address [--iiopport iiop_port] [--enabled=true] [--property (name=value)[:name=value]*] listener_ID Adds the IIOP listener. This command is supported in remote mode only. OPTIONS
--user authorized domain application server administrative username. --password password to administer the domain application server. --host machine name where the domain application server is running. --port port number of the domain application server listening for administration requests. --secure if true, uses SSL/TLS to communicate with the domain application server. --passwordfile file containing the domain application server password. --terse indicates that any output data must be very concise, typically avoiding human-friendly sentences and favoring well- formatted data for consumption by a script. Default is false. --echo setting to true will echo the command line statement on the standard output. Default is false. --interactive if set to true (default), only the required password options are prompted. --listeneraddress can be the IP address or the hostname --iiopport IIOP port number. --enabled determines whether the IIOP listener is enabled at runtime. --property optional attribute name/value pairs for configuring the resource. OPERANDS
listener_id unique identifier for the IIOP listener to be created. Example 1: Using create-iiop-listener asadmin> create-iiop-listener --user admin --password adminadmin --host fuyako --port 7070 --listeneraddress 192.168.1.100 --iiopport 8080 sample_iiop_listener Created IIOP listener with id = sample_iiop_listener Where: sample_iiop_listener is the IIOP listener created. EXIT STATUS
0 command executed successfully 1 error in executing the command asadmin-delete-iiop-listener(1AS), asadmin-list-iiop-listeners(1AS) J2EE 1.4 SDK March 2004 asadmin-create-iiop-listener(1AS)
All times are GMT -4. The time now is 01:23 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy