You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by Glideh June 18, 2024
For people like me that mostly need SFTP repos, it's cool to be able to configure the SSH config in one file, so we just need to set the sftp:host:target repo URI at creation.
Example
Create a ssh directory
mkdir ./ssh
Create the ssh/config file
Host host
Hostname truc.chouette.fr
Port 12345
User me
Creating a bug tracking creating a docs section based on Glideh's write up:
Discussed in #341
Originally posted by Glideh June 18, 2024
For people like me that mostly need SFTP repos, it's cool to be able to configure the SSH config in one file, so we just need to set the
sftp:host:target
repo URI at creation.Example
ssh
directoryssh/config
fileknown_hosts
compose.yml
sftp:host:target
as URIMaybe this would deserve a README section, what do you think ?
The text was updated successfully, but these errors were encountered: