Find the answer to your Linux question:
Results 1 to 2 of 2
Hi experts out there, I just wondering if scp working with restrict bash ? It seems like my scp just stuck there while login. If i use ftp i get ...
  1. #1
    Just Joined!
    Join Date
    Apr 2011
    Posts
    1

    scp is not working with restrict bash

    Hi experts out there,

    I just wondering if scp working with restrict bash ? It seems like my scp just stuck there while login.

    If i use ftp i get 530 login failed..

  2. #2
    Just Joined!
    Join Date
    Apr 2011
    Posts
    14
    First, paste the full scp command that you are using. Are you getting a prompt to accept the key or have you already passed that? Do you receive a password prompt? Are you using authorized keys instead?

    Try the following:
    Code:
    telnet destinationhost.com 22
    You should see an SSH banner if the sshd daemon is listening. Please report back with your results.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...