You are not logged in.

#1 2015-02-16 19:55:31

valandil
Member
Registered: 2008-03-11
Posts: 82

[SOLVED] Accessing custom pacman repo through SSH

Hi,

I have created a local custom repository with

repo-add

on a server accessible only through SSH.

Is there a way to configure the clients'

/etc/pacman.conf

to access the files through SSH? I think pacman uses curl as its backend, so it would be technically possible to do this.

Thanks!

Last edited by valandil (2017-07-04 13:20:40)

Offline

#2 2017-07-04 13:23:08

valandil
Member
Registered: 2008-03-11
Posts: 82

Re: [SOLVED] Accessing custom pacman repo through SSH

I ended up mounting the remote repo with SSHFS and adding it to `/etc/pacman.conf` as a local repo.

[remote-server]
SigLevel = Never
Server = file:///sshfs/to/remote/repo/$arch

Offline

Board footer

Powered by FluxBB