opkssh

SSH authentication using OpenID Connect credentials

brewmacoslinux
Try with needOr install directly
Source

About

Enables SSH to be used with OpenID Connect

Commands

opkssh

Examples

Connect to a remote server using OpenID Connect authentication$ opkssh user@example.com
Execute a command on remote server with OIDC auth$ opkssh user@example.com 'ls -la /home'
Copy file to remote host using OIDC authentication$ opkssh -c localfile user@example.com:/remote/path