I got this message when I copy file using scp to CentOS server "stdin: is not a tty". What it means and how I make it go away? The transfer is ok.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
|
This is likely because the You should make sure your login script exits early when it is being used in a non-interactive manner. In csh syntax this is usually done by adding something like this to your login script (prior to commands like stty that are only useful for interactive sessions):
|
|||
|
|
