Factbites
 Where results make sense
About us   |   Why use us?   |   Reviews   |   PR   |   Contact us  

Topic: Remote shell


Related Topics

In the News (Sat 26 Dec 09)

  
  Remote Shell - Wikipedia, the free encyclopedia
rsh (remote shell) is a command line computer program which can execute shell commands as another user, and on another computer across a computer network.
The remote system on which the rsh executes the command needs to be running the rshd daemon.
The network location of the remote computer is looked up using the Domain Name System.
en.wikipedia.org /wiki/Rshd   (230 words)

  
 Secure Shell - Wikipedia, the free encyclopedia
It uses public-key cryptography to authenticate the remote computer and (optionally) to allow the remote computer to authenticate the user.
SSH is typically used to login to a remote machine and execute commands, but it also supports tunneling, forwarding arbitrary TCP ports and X11 connections; it can transfer files using the associated SFTP or SCP protocols.
In 1999, developers wanting a free software version to be available went back to the older 1.2.12 release of the original ssh program, which was the last released under an open source license.
en.wikipedia.org /wiki/Secure_shell   (1668 words)

  
 HP-UX 10.20 man page: remsh(1)
copies its standard input to the remote command, and the standard output of the remote command to its standard output and the standard error of the remote command to its standard error Hangup, interrupt, quit, terminate, and broken pipe signals are propagated to the remote command.
The remote account name used is the same as your local account name, unless you specify a different remote name with the option.
Shell metacharacters that are not quoted are interpreted on the local host; quoted metacharacters are interpreted on the remote host.
www.cae.wisc.edu /manuals/unix-man/hpux-10.20/remsh.1.html   (871 words)

  
 Solaris 2.5.1 man page: remsh(1)
Shell metacharacters which are not quoted are interpreted on the local machine, while quoted metacharacters are interpreted on the remote machine.
The type of remote shell (sh, rsh, or other) is determined by the user's entry in the file /etc/passwd on the remote system.
The current local environment is not passed to the remote shell.
www.cae.wisc.edu /manuals/unix-man/solaris-2.5.1/remsh.1.html   (874 words)

  
 Secure Shell - Wikipedia, the free encyclopedia
In computing, Secure Shell or SSH is a set of standards and an associated network protocol that allows establishing a secure channel between a local and a remote computer.
This open architecture provides considerable flexibility, allowing SSH to be used for a variety of purposes beyond secure shell.
The functionality of the transport layer alone is comparable to TLS; the user authentication layer is highly extensible with custom authentication methods; and the connection layer provides the ability to multiplex many secondary sessions into a single SSH connection, a feature comparable to BEEP and not available in TLS.
en.wikipedia.org /wiki/Ssh   (1668 words)

  
 [No title]
Users can, with proper local machine configuration, remote shell and remote copy from the VLSC, MAURY, PCA, and NOAH to their local machines, but remote commands from the user's local machines to these machines will not permitted.
However, the CRAY command for remote shell is: remsh while the standard UNIX command, including SGIs, is: rsh This is because CRAY uses the rsh command in another context.
But remote shell commands may need paths or the user may be executing some alias that won't be set, causing the remote shell command to terminate.
www.navo.hpc.mil /usersupport/news/remote_commands   (824 words)

  
 Remote Shell Services in SFU
SFU 3.5 includes two separate and distinct remote shell servers—a Windows-based rshsvc.exe that runs as a native Windows Service and uses the Windows cmd.exe as the shell and an Interix rshd that can be enabled via inetd.conf that uses the user’s default Interix shell.
Remote logins do not require that a password be stored on the target system—the remote user is simply prompted for a password.
Although the remote shell capability is inherently an insecure protocol, it can provide a useful facility between trusted systems that are not exposed to untrusted networks.
www.microsoft.com /technet/interopmigration/unix/sfu/sfu35rsh.mspx   (3379 words)

  
 [No title]
remsh copies its standard input (stdin) to the remote command, and the standard output of the remote command to its standard output (stdout), and the standard error of the remote command to its standard error (stderr).
The remote account name used is the same as your local account name, unless you specify a different remote name with the -l option.
EXAMPLES Shell metacharacters that are not quoted are interpreted on the local host; quoted metacharacters are interpreted on the remote host.
www.wagoneers.com /UNIX/HP-UX/remsh.txt   (1076 words)

  
 UNIX man pages : rsh ()   (Site not responding. Last check: 2007-11-02)
Rsh copies its standard input to the remote command, the standard output of the remote command to its standard output, and the standard error of the remote command to its standard error.
Interrupt, quit and terminate signals are propagated to the remote command; rsh normally terminates when the remote command does.
The options are as follows: -d The -d option turns on socket debugging (using setsockopt(2)) on the TCP sockets used for communication with the remote host.
unixhelp.ed.ac.uk /CGI/man-cgi?rsh   (295 words)

  
 Platform LSF Version 6.0 - Administering Platform LSF - Using lstcsh
The remote execution environment is designed to mirror the local one as closely as possible by using the same values for environment variables, terminal setup, current working directory, file creation mask, and so on.
In remote mode, a command line is considered eligible for remote execution if none of the commands on the line is in the local task list.
As a result, any type-ahead entered while a remote command is running in the foreground, and not read by the remote command, is lost.
its.unc.edu /dci/dci_components/lsf.old/doc/admin_6.0/I_lstcsh.html   (1562 words)

  
 Remote UNIX Servers
For example, for Telnet connections to some remote servers, the remote server may ask what terminal type should be emulated for the connection.
You use this option to specify shell commands to be executed on the remote machine directly after a Telnet or SSH session has been initiated.
The remote shell may not be initializing the pseudo terminal correctly.
schist.und.nodak.edu:8888 /SiteScope/docs/Remote.htm   (2713 words)

  
 TRAMP User Manual
This second variable exists because the prompt from the remote shell might be different from the prompt from a local shell — after all, the whole point of tramp is to log in to remote hosts as a different user.
Remote processes are started when a corresponding command is executed from a buffer belonging to a remote file or directory.
Each remote machine may have a different version of the version control tools and, while this is painful, we need to ensure that unavailable features are not used remotely.
www.gnu.org /software/tramp   (10185 words)

  
 Remote Shell Daemon
Rshd allows remote users to execute a single command on a remote machine via a rsh client, that follows the Remote Shell Daemon UNIX standard, including clients from UNIX, Linux, NT and Pragma Systems Rsh Client for 95/98.
The Remote Shell Daemon is designed for executing a single command, such as a batch file, without having to initiate a telnet session.
Any command run by the Remote Shell Daemon will as the user who is logged on locally.
www.pragmasys.com /TelnetServer/WebHelp/html/Remote_Shell_Daemon.htm   (469 words)

  
 rsh -- remote shell
copies its standard input to the remote command, the standard output of the remote command to its standard output, and the standard error of the remote command to its standard error (unless
Non-quoted shell metacharacters on the command line are interpreted on the local machine, while quoted metacharacters are interpreted on the remote machine.
specifies the remote user name to be used when executing the command.
www.mkssoftware.com /docs/man1/rsh.1.asp   (894 words)

  
 rshd -- remote shell service
provides remote execution facilities with authentication based on privileged port numbers from trusted hosts.
A NUL terminated command to be passed to a shell is retrieved on the initial socket.
The length of the command is limited to 8192 bytes.
www.mkssoftware.com /docs/man1/rshd.1.asp   (675 words)

  
 Remote Shell Service (RSHSVC)   (Site not responding. Last check: 2007-11-02)
The Remote Shell service is the server application for the TCP/IP utility Rsh.exe.
The Remote Shell service is unsuccessful in using GetHostByName to resolve the IP address of a computer specified in the.rhosts file, and a user is trying to access this service from that computer.
The Remote Shell service can be used to start batch files containing commands such as dir, ls, and tlist.
biron.usc.edu /~xiaomins/tech/MS/RSHSVC.HTM   (345 words)

  
 docs.sun.com: man pages section 1: User Commands   (Site not responding. Last check: 2007-11-02)
copies its standard input to the remote command, the standard output of the remote command to its standard output, and the standard error of the remote command to its standard error.
Interrupt, quit, and terminate signals are propagated to the remote command.
logs you in on the remote host using rlogin(1).
docs.sun.com /doc/816-0210/6m6nb7mj8?a=view   (591 words)

  
 [No title]
Introduction SSH (Secure Shell) is a program to log into another computer over a network, to execute commands in a remote machine, and to move files from one machine to another.
When a shell or command is executed, the connection enters interac- tive session mode.
The Ylonen [Page 28] Internet-Draft SSH (Secure Shell) Remote Login Protocol15 November 1995 server then responds with success if access was granted, or failure if the client gave a wrong response.
www.snailbook.com /docs/protocol-1.5.txt   (9736 words)

  
 Starting processes from remote shell and keep them running... - LinuxQuestions.org
My problem is that I would like to start a lenghty process from a remote shell, without having it terminated when the shell is closed.
The process is sended to the background, but if I type exit in the shell, then it says: "there are stopped jobs" and shows me that it has stopped the job...
I was alway using "lynx www.google.com" before (out of a lack of fantasy) and that didn't survive the termination of the shell...
www.linuxquestions.org /questions/showthread.php?t=75168   (571 words)

  
 [No title]   (Site not responding. Last check: 2007-11-02)
We were also notified today by ISS that they had published the same issue which has forced the early release of this advisory.
Description: Versions of the Apache web server up to and including 1.3.24 and 2.0 up to and including 2.0.36 contain a bug in the routines which deal with invalid requests which are encoded using chunked encoding.
At the least, this could help a remote attacker launch a denial of service attack as the parent process will eventually have to replace the terminated child process and starting new children uses non-trivial amounts of resources.
httpd.apache.org /info/security_bulletin_20020617.txt   (534 words)

  
 ./_Man_SunOS_4.1.3_html/html1/rsh.1c.html
By including /usr/hosts in your shell's search path, you can run rsh by typing hostname to your shell.
For example, if you are running rsh and start a rsh in the background without redirecting its input away from the terminal, it will block even if no reads are posted by the remote command.
The following command appends the remote file lizard.file from the machine called lizard to the file called example.file on the machine called example.
www.cs.rit.edu /~hpb/Man/_Man_SunOS_4.1.3_html/html1/rsh.1c.html   (862 words)

  
 Cycom AB - Reverse Remote Shell
Both the connector (the shell provider) and the listener trust the certificate(s) in the --pem file and in the --ca file (if --ca file was provided).
When serving a shell, echo/monitor everything that the listener is doing.
The primary purpose of this option is to offer a root shell from a regular account or if you want to receive connections to privileged ports (<1024).
www.cycom.se /dl/rrs   (1628 words)

  
 [No title]
The remote commands are sent over to the remote machine “nog” through the specific RSH port number.
Install Remote Shell Service in Windows RSHD is a typical TCP/IP server program using the RSH port number reserved by Windows for communication.
The remote command format looks like: rsh remote_host_name —l user_login_name remote_command where “remote_host_name” is the host name of the remote machine; “user_login_name” is your login name; and “remote_command” is any legal command which can be executed locally (now, it is going to be executed in “remote_host_name”).
biron.usc.edu /~xiaomins/tech/MS/RSHD.doc   (1259 words)

  
 Win32ASM Remote Shell
RAT: A Remote Administration Tool, or RAT, is a Trojan that when run, provides an attacker with the capability of remotely controlling a machine via a ""client"" in the attacker's machine, and a ""server"" in the victim's machine.
What happens when a server is installed in a victim's machine depends on the capabilities of the trojan, the interests of the attacker, and whether or not control of the server is ever gained by another attacker -- who might have entirely different interests.
Infections by remote administration Trojans on Windows machines are becoming as frequent as viruses.
www.pestpatrol.com /zks/pestinfo/w/win32asm_remote_shell.asp   (386 words)

  
 ISS X-Force Database: perlbot-shell-command-execution(10401): Perlbot remote shell command execution
Perlbot version 1.0 beta could allow a remote attacker to execute shell commands, caused by improper filtering of user-supplied input.
A remote attacker could pass arbitrary shell commands to the script, which would be executed on the system with the same privileges as the Perlbot script.
CVE-2002-1842: Perlbot 1.0 beta allows remote attackers to execute arbitrary commands via shell metacharacters in (1) a word that is being spell checked or (2) an e-mail address.
xforce.iss.net /xforce/xfdb/10401   (277 words)

  
 Get a Remote Shell
This connection will be used to provide the remote shell access, as it is not subject to flood prevention restrictions like normal IRC messages.
The shell process is running all the time, so you must create another thread to handle input from the connected client.
This is implemented in the ProcessInputThread class and causes the command-line prompt to appear each time the shell is ready to receive the next command; it also causes it to be echoed a second time when each command is processed.
www.oreillynet.com /pub/h/2001   (741 words)

  
 TRAMP User Manual: Configuration
There are several different methods that TRAMP can use to connect to remote machines and transfer files (see section 4.1 Types of connections made to remote machines.
When this happens, the login shell is wont to not print any shell prompt, which confuses TRAMP mightily.
This second variable exists because the prompt from the remote shell might be different from the prompt from a local shell -- after all, the whole point of TRAMP is to log in to remote hosts as a different user.
www.xemacs.org /Documentation/packages/html/tramp_4.html   (4558 words)

  
 Remote shell trick   (Site not responding. Last check: 2007-11-02)
Here is the proper syntax to use the rsh (remote shell) command without having the remote shell remain active until the remote command is completed.
where machine is the name of the remote computer and command is the remote command to be performed.
Also, the input/output redirections on the remote computer (the stuff inside the single quotes) makes rsh think the session can be terminated since there is no data flow.
unlser1.unl.csi.cuny.edu /tutorials/viunix/subsubsection3_3_8_4.html   (119 words)

Try your search on: Qwika (all wikis)

Factbites
  About us   |   Why use us?   |   Reviews   |   Press   |   Contact us  
Copyright © 2005-2007 www.factbites.com Usage implies agreement with terms.