Secure Copy or SCP is a means of securely transferring computer files between a local and a remote host or between two remote hosts.
1
vote
1answer
146 views
Transferring Files SSH SCP Error Message: 'Stdin: is not a tty'
I am using a Macbook SSH terminal and generated RSA key pairs and uploaded remote id_rsa.pub with approved permissions. I can connect with remote Apache web server. I can create, open, move, modify ...
2
votes
0answers
236 views
How to enable local ~ autocompletion for scp?
Whenever I want to copy a file from my home directory, I run into the same issue: scp (using openssh-client 1:5.9p1-5ubuntu1, GNU bash, version 4.2.24(1)-release (x86_64-pc-linux-gnu)) won't ...
2
votes
0answers
119 views
Vim - Cursorline turns on after saving a remote file
Using vim scp://.... I open a remote file.
cursorline is not shown until I save the file(:w). When I type :w and enter password, cursorline appears.If I type :set nocursorline it disappears but again ...