Re: SSH copy failure from Fedora server to any client

2019-01-04 Thread 74cmonty
I have added this line (taken from Arch Linux) to ~/.bashrc PS1='[\u@\h \W]\$ ' No success. ___ users mailing list -- users@lists.fedoraproject.org To unsubscribe send an email to users-le...@lists.fedoraproject.org Fedora Code of Conduct: https://getfed

Re: SSH copy failure from Fedora server to any client

2019-01-02 Thread Tom H
On Wed, Jan 2, 2019 at 10:16 PM 74cmonty wrote: > > I setup my first Fedora 29 server (for FreeIPA). > > Now I need to copy a file to another client. > When I execute scp I get this in terminal (after entering password) and file > is not transferred: > [admin@pc7-cubi3 ~]$ scp > locad...@ipa-mas

Re: SSH copy failure from Fedora server to any client

2019-01-02 Thread Greg Woods
It looks like the shell on ipa-master.biszumbitterenen.de is outputting to the terminal during the login process (maybe echo statements in the .bashrc?), which can prevent scp from working correctly. --Greg On Wed, Jan 2, 2019 at 2:16 PM 74cmonty wrote: > Hi, > I setup my first Fedora 29 serve

SSH copy failure from Fedora server to any client

2019-01-02 Thread 74cmonty
Hi, I setup my first Fedora 29 server (for FreeIPA). Now I need to copy a file to another client. When I execute scp I get this in terminal (after entering password) and file is not transferred: [admin@pc7-cubi3 ~]$ scp locad...@ipa-master.biszumbitterenen.de:/tmp/client1.keytab krb5.keytab The