Giter Site home page Giter Site logo

moriyoshi / openssh-iam-ssh-public-key Goto Github PK

View Code? Open in Web Editor NEW
0.0 2.0 1.0 8 KB

This is a tiny program that retrieves registered SSH public keys for a specified IAM user and prints them to standard output.

License: MIT License

Dockerfile 4.11% Go 95.89%
aws openssh ssh public-key-authentication iam iam-users

openssh-iam-ssh-public-key's Introduction

openssh-iam-ssh-public-key

This is a tiny program that retrieves registered SSH public keys for a specified IAM user and prints them to standard output.

Synopsis

$ openssh-iam-ssh-public-key -user [USER]

-user option can be omitted, and output the keys for all the users then.

Configuration

In addition to the default AWS SDK configuration scheme, it supports STS credentials for a assumed role through the following environment variables:

  • AWS_STS_SOURCE_PROFILE

    This specifies the AWS profile in ~/.aws/config used for retrieving temporary credentials.

  • AWS_STS_ASSUME_ROLE_ARN

    This specifies the ARN for the assumed (target) IAM role.

This program is particularly useful if you have the following setting in /etc/ssh/sshd_config:

AuthorizedKeysCommand openssh-iam-ssh-public-key -user %u

which enables one whose unix account name corresponds to an IAM user to get authenticated through the SSH keys associated in IAM.

openssh-iam-ssh-public-key's People

Contributors

moriyoshi avatar

Watchers

 avatar  avatar

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.