Lines Matching full:remote
41 automatically accepts the remote certificate; or if you have public key
44 pxssh uses the shell prompt to synchronize output from the remote host. In
49 Example that runs a few commands on a remote server and prints the result::
78 off public key authentication. This will only work if the remote SSH server
120 # Unsetting SSH_ASKPASS on the remote side doesn't disable it! Annoying!
195 disable the MOTD on the remote server by creating a zero-length file
196 called "~/.hushlogin" on the remote server. If a prompt cannot be found
224 # This does not distinguish between a remote server 'password' prompt
227 i = self.expect(["(?i)are you sure you want to continue connecting", original_prompt, "(?i)(?:password)|(?:passphrase for key)", "(?i)permission denied", "(?i)terminal type", TIMEOUT, "(?i)connection closed by remote host"], timeout=login_timeout)
232 # This is what you get if SSH does not have the remote host's
272 elif i==6: # Connection closed by remote host
291 """This sends exit to the remote shell. If there are stopped jobs then
322 """This sets the remote prompt to something more unique than # or $.
328 the remote host to set the prompt, so this assumes the remote host is