Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Foxboron/ssh-tpm-agent
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.3.0
Choose a base ref
...
head repository: Foxboron/ssh-tpm-agent
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.3.1
Choose a head ref
  • 6 commits
  • 4 files changed
  • 3 contributors

Commits on Mar 3, 2024

  1. ssh-tpm-keygen: set default number of bits for ecdsa and rsa

    When calling ssh-tpm-agent without `-b` the number of bits defaults to
    0, leading to:
    
      invalid ecdsa key length: TPM does not support 0 bits
    
    This sets the default number of bits to 256 for ecdsa and or 2048 for
    rsa.
    stigtsp committed Mar 3, 2024
    Configuration menu
    Copy the full SHA
    0757edd View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2024

  1. Merge remote-tracking branch 'origin/pull/44'

    * origin/pull/44:
      ssh-tpm-keygen: set default number of bits for ecdsa and rsa
    Foxboron committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    47b9848 View commit details
    Browse the repository at this point in the history
  2. keygen: ensure -f is an absolute path

    Fixes #43
    
    Signed-off-by: Morten Linderud <morten@linderud.pw>
    Foxboron committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    e6ce2ed View commit details
    Browse the repository at this point in the history
  3. Update dependencies

    Signed-off-by: Morten Linderud <morten@linderud.pw>
    Foxboron committed Mar 6, 2024
    Configuration menu
    Copy the full SHA
    65d5a50 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2024

  1. contrib/services/user/ssh-tpm-agent.service: fix SSH_AUTH_SOCK path

    ssh-tpm-agent defaults to `$XDG_RUNTIME_DIR/ssh-tpm-agent.sock`.
    nl6720 committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    8192ce1 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2024

  1. Merge remote-tracking branch 'origin/pull/45'

    * origin/pull/45:
      contrib/services/user/ssh-tpm-agent.service: fix SSH_AUTH_SOCK path
    Foxboron committed Mar 9, 2024
    Configuration menu
    Copy the full SHA
    64e389f View commit details
    Browse the repository at this point in the history
Loading