Skip to content

issues Search Results · repo:rendyanthony/gitlab-ssh-proxy language:Shell

Filter by

7 results
 (1 s)

7 results

inrendyanthony/gitlab-ssh-proxy (press backspace or delete to remove)

One thing I struggled to understand while reading README is the location of authorized_keys file on Gitlab server. My case is slightly different, namely my Gitlab is running on a virtual machine behind ...
  • skauk
  • 1
  • Opened 
    on Jan 10, 2024
  • #7

When this GitLab SSH proxy is working, the gitlab_shell_ssh_port setting has to be removed (when previously used for a custom SSH port), otherwise GitLab will still add the non-default SSH port to SSH ...
  • strarsis
  • Opened 
    on Feb 8, 2023
  • #6

On some systems SELinux isn t enabled or installing the module causes issues. It would be a great addition if the SE_LINUX=no flag is better documented: Using that flag makes the setup skip the SE Linux ...
  • strarsis
  • Opened 
    on Feb 7, 2023
  • #5

When trying to install the SE Linux module package, this error occurs: Failed to resolve typeattributeset statement at /var/lib/selinux/default/tmp/modules/400/gitlab-ssh/cil:1 semodule: Failed! This ...
  • strarsis
  • Opened 
    on Feb 7, 2023
  • #4

Fix interpreter path (env is better anyway IMHO): --- a/setup.sh +++ b/setup.sh @@ -1,4 +1,4 @@ -#!/usr/bin/bash +#!/usr/bin/env bash Packages for build commands: apt install -y checkpolicy policycoreutils ...
  • strarsis
  • 2
  • Opened 
    on Feb 7, 2023
  • #3

This is a brilliant little bit of code. It works fantastically to proxy ssh sessions to e.g. gitlab running in docker, or on a container. In my case I am using Proxmox cluster with GitLab running on a ...
  • whotopia
  • 2
  • Opened 
    on Nov 27, 2022
  • #2

Will this be possible to ssh proxy into gitlab running in lxc?
  • newsudocom
  • 1
  • Opened 
    on May 18, 2021
  • #1
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub