Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 859273
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T08:39:34+00:00 2026-05-15T08:39:34+00:00

Permission denied (publickey,keyboard-interactive) got this error while i am trying to cvs checkout from

  • 0

Permission denied (publickey,keyboard-interactive) got this error while i am trying to cvs checkout from perl.

what is issue and how to reslove this ?

Code :

system ( "CSVROOT:--- CVSRSH:--- cvs co a ");

# i have proper value in cvs root and cvs rsh .

its running alone and using ssh key

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T08:39:35+00:00Added an answer on May 15, 2026 at 8:39 am

    Steps to diagnose the error:

    • Are you using an SSH key?
    • Does that key have a passphrase?
    • Does it work when you run it by hand?
    • Is the script running as the same user as when you run it by hand?
    • Is the script running under the same environment as when you run it by hand? (e.g. cron jobs do not run under the same environment)

    If you think all of the answers are yes, then most likely the last answer is really no. If the script is running from a scheduler like cron it most likely does not run with the same environment as when you run it by hand. The way I normally solve this is to use a shell script between the scheduler and the Perl script:

    #!/bin/bash
    
    source /home/USERNAME/.profile
    
    #set any other environment variables it needs like
    
    export CSVROOT=:pserver:USERNAME@HOST:/path/to/repo
    export CVSRSH=ssh
    
    /path/to/perl/script/script.pl
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My code gets a permission denied error at the move_uploaded_file() function when I'm trying
I'm trying to push to heroku but am getting a permission denied error. I've
Strange issue here. Running a script calling rsync over ssh throws Permission denied (publickey).
Permission denied for <http://example.com> to get property HTMLDocument.body from http://www.example.com . var c =
I'm getting Permission Denied all the time when I'm trying to fetch my location
Running the following line in my script gives me a Permission denied error: $config_out
Possible Duplicate: Getting “Permission denied” page in the admin, while user has permission I've
IE is giving me a permission denied error when I use window.open to open
I am getting permission denied (public key) while doing a ssh to amazon machine.
i am trying to clone a project from git bash, but receive an error.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.