Beefy Boxes and Bandwidth Generously Provided by pair Networks
good chemistry is complicated,
and a little bit messy -LW
 
PerlMonks  

Re^7: How to solve Pseudo terminal issue OpenSSH

by salva (Canon)
on May 14, 2015 at 16:29 UTC ( [id://1126670]=note: print w/replies, xml ) Need Help??


in reply to Re^6: How to solve Pseudo terminal issue OpenSSH
in thread How to solve Pseudo terminal issue OpenSSH

The periods are how non-printable characters are represented on the debugging output. It is the classic format for an hexdump.

In this particular case, they correspond to the CRLF characters ("\r\n").

  • Comment on Re^7: How to solve Pseudo terminal issue OpenSSH

Replies are listed 'Best First'.
Re^8: How to solve Pseudo terminal issue OpenSSH
by waytoperl (Beadle) on May 14, 2015 at 16:54 UTC

    Thanks for CRLF information. Any insights How to allocate Pseudo terminal for SSH

      my ($pty, $pid) = $ssh->open2pty();
      See the section about integrating with Expect on the module documentation.

      In any case, you should investigate why ssh is requesting a remote tty when it is not requested. That is quite unusual (even if probably harmless).

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1126670]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (4)
As of 2024-04-19 22:12 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found