Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 383 Bytes

File metadata and controls

16 lines (11 loc) · 383 Bytes

openssh-key-php

PHP library for parsing and manipulating ssh keys in OpenSSH format.

Features

  • Parsing authorized public key from text:
    • OpenSSH authorized key options as described in sshd(8)
    • Public key type
    • Comment
  • Changing options/public key/comment independently
  • Basic key validation

Currently not supported

  • Private keys parsing/manipulation