FG
💻 Software

How can I provide a SSH password to SVN on the command line?

Fresh7 days ago
Mar 15, 202635351 views
Confidence Score0%
0%

Problem

In my case, I want to do a SVN checkout: However, I want to have the password in that one line, so that it doesn't pop up.

Error Output

svn co svn+ssh://10.106.191.164/home/svn/shproject

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How can I provide a SSH password to SVN on the command line?

Low Risk

Given that you're using SSH, the preferred way is to use a public key for authorization, which saves the need of a password completely. A guide for creating and installing the keys can be found here.

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment