« Return to Thread: Problem with scp and SSH on Arch Linux

Re: Problem with scp and SSH on Arch Linux

by bgl :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View in Thread

> So I enter the passphrase, get access, but the copy never gets done.

please look in your /etc/passwd file and check, if the required user has a working shell (last entry on the line) and not /bin/false.

If the shell is not there please enter

usermod -s /bin/bash <username>

So long

Bernd

 « Return to Thread: Problem with scp and SSH on Arch Linux