Giter VIP home page Giter VIP logo

ssh-key-authority's People

Contributors

chluz avatar heunghingwan avatar hokan22 avatar magicfab avatar mettke avatar nisenbeck avatar thomas-pike avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ssh-key-authority's Issues

IP Address Check with ports

Hey there, I was wondering what you thought about the following modification? Any side effects you can think of?

Essentially, there is a check and exception if a server has the same IP, but what if it is the same IP and different port, e.g. a docker container...

	echo date('c')." {$hostname}: Checking IP address {$server->ip_address}.\n";
	$matching_servers = $server_dir->list_servers(array(), array('ip_address' => $server->ip_address, 'key_management' => array('keys')));
	if(count($matching_servers) > 1) {

Checking port as well...

	echo date('c')." {$hostname}:{$server->port}: Checking IP address {$server->ip_address}.\n";
	$matching_servers = $server_dir->list_servers(array(), array('ip_address' => $server->ip_address, 'port' => $server->port, 'key_management' => array('keys')));
	if(count($matching_servers) > 1) {

Question..

Hello, I would like to know if the project is really maintained or not? Since I have been looking for something similar and open-source, but I have not found anything, and since I have not seen activity in the project for quite some time, I wanted to know if it is 100% operational or it is not recommended to use it.

LDAPS with SelfSigned Certificate

Hi,

wenn I configure LDAPS which uses a SelfSigned Certificate, I run into trouble. I cannot sync down new Users.
Is there a way to configure the CA certificate in the PHP backend?
Thx

SELinux

If selinux is active you have to use this command to be able to sync:

chcon -R --type=ssh_home_t /var/local/keys-sync

Just to write it somewhere down

Full docker-compose example

Hi,

do you have a full docker compose example with your Docker Hub Image available?
Or is this sufficient?

version: "3"

services:
  ska-db:
    image: mariadb
    container_name: ska-db
    restart: always
    environment:
      - MYSQL_ROOT_PASSWORD=password
      - MYSQL_DATABASE=ska-db
      - MYSQL_USER=ska-user
      - MYSQL_PASSWORD=password
    volumes:
      - ./db:/var/lib/mysql:rw
    networks:
      - proxy
  ska:
    image: toendeavour/ssh-key-authority
    container_name: ska
    restart: always
    ports:
      - "8088:80"
    depends_on:
      - ska-db
    volumes:
      - ./config:/ska/config
    networks:
      - proxy


networks:
  proxy:
    external: true


PHP Fatal error: Uncaught ErrorException:

Hello I use Ubuntu 20.04 i followed your installation guide and at Point 7 always this error occures.
PHP Fatal error: Uncaught ErrorException: Trying to access array offset on value of type null in /var/www/ska/core.php:86
Stack trace:
#0 /var/www/ska/core.php(86): exception_error_handler()
#1 /var/www/ska/core.php(41): path_join()
#2 [internal function]: autoload_model()
#3 /var/www/ska/core.php(61): spl_autoload_call()
#4 /var/www/ska/core.php(28): setup_database()
#5 /var/www/ska/scripts/cron.php(4): require('/var/www/ska/co...')
#6 {main}
thrown in /var/www/ska/core.php on line 86
Did you already test your software on ubuntu server 20.04?
Apache 2.4.41
MariaDB 10.3.2.22
PHP 7.4.3

LDAP user login

Hi there i am having trouble with the LDAP Binding.
Users can only log in if they are in any group found in the dn_group configured in the config.ini file.
Is there any possibility to let them login nevertheless?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.