[jira] [Updated] (SSHD-757) Add support for PGP authorized keys usage

2018-11-19 Thread Goldstein Lyor (JIRA)


 [ 
https://issues.apache.org/jira/browse/SSHD-757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Goldstein Lyor updated SSHD-757:

Description: 
[SSH 2.3|http://www.onlamp.com/pub/a/onlamp/excerpt/ssh_8/] seems to have added 
the capability to use PGP keys as authorized ones:
{quote}
SSH2 Version 2.0.13 introduced support for PGP authentication. Your 
authorization file may also include {{PgpPublicKeyFile, PgpKeyName, PgpKey 
Fingerprint}}, and {{PgpKeyId}} lines. A Command line may follow them, just as 
it may follow Key:

{noformat}
# SSH2 only
PgpKeyName my-key
Command "/bin/echo PGP authentication was detected" 
{noformat}
{quote}

Some examples of how to use _Bouncycastle_ to facilitate this:
* [Sample code|https://github.com/damico/OpenPgp-BounceCastle-Example]
* [jpgpj Library wrapper|https://github.com/justinludwig/jpgpj]

_Python_ [converter 
pgp->ssh|https://raw.githubusercontent.com/fincham/ssh-to-pgp/master/ssh-to-pgp]

_openssh-gpg_ [configuration|http://www.red-bean.com/~nemo/openssh-gpg/]

[Calculating PGP key 
fingerprint|https://crypto.stackexchange.com/questions/32087/how-to-generate-fingerprint-for-pgp-public-key]

  was:
[SSH 2.3|http://www.onlamp.com/pub/a/onlamp/excerpt/ssh_8/] seems to have added 
the capability to use PGP keys as authorized ones:
{quote}
SSH2 Version 2.0.13 introduced support for PGP authentication. Your 
authorization file may also include {{PgpPublicKeyFile, PgpKeyName, PgpKey 
Fingerprint}}, and {{PgpKeyId}} lines. A Command line may follow them, just as 
it may follow Key:

{noformat}
# SSH2 only
PgpKeyName my-key
Command "/bin/echo PGP authentication was detected" 
{noformat}
{quote}

Some examples of how to use _Bouncycastle_ to facilitate this:
* [Sample code|https://github.com/damico/OpenPgp-BounceCastle-Example]
* [jpgpj Library wrapper|https://github.com/justinludwig/jpgpj]

_Python_ [converter 
pgp->ssh|https://raw.githubusercontent.com/fincham/ssh-to-pgp/master/ssh-to-pgp]

_openssh-gpg_ [configuration|http://www.red-bean.com/~nemo/openssh-gpg/]


> Add support for PGP authorized keys usage
> -
>
> Key: SSHD-757
> URL: https://issues.apache.org/jira/browse/SSHD-757
> Project: MINA SSHD
>  Issue Type: New Feature
>Affects Versions: 1.6.0
>Reporter: Goldstein Lyor
>Assignee: Goldstein Lyor
>Priority: Minor
>  Labels: authorization, key, key-management, pgp, ssh
>
> [SSH 2.3|http://www.onlamp.com/pub/a/onlamp/excerpt/ssh_8/] seems to have 
> added the capability to use PGP keys as authorized ones:
> {quote}
> SSH2 Version 2.0.13 introduced support for PGP authentication. Your 
> authorization file may also include {{PgpPublicKeyFile, PgpKeyName, PgpKey 
> Fingerprint}}, and {{PgpKeyId}} lines. A Command line may follow them, just 
> as it may follow Key:
> {noformat}
> # SSH2 only
> PgpKeyName my-key
> Command "/bin/echo PGP authentication was detected" 
> {noformat}
> {quote}
> Some examples of how to use _Bouncycastle_ to facilitate this:
> * [Sample code|https://github.com/damico/OpenPgp-BounceCastle-Example]
> * [jpgpj Library wrapper|https://github.com/justinludwig/jpgpj]
> _Python_ [converter 
> pgp->ssh|https://raw.githubusercontent.com/fincham/ssh-to-pgp/master/ssh-to-pgp]
> _openssh-gpg_ [configuration|http://www.red-bean.com/~nemo/openssh-gpg/]
> [Calculating PGP key 
> fingerprint|https://crypto.stackexchange.com/questions/32087/how-to-generate-fingerprint-for-pgp-public-key]



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Updated] (SSHD-757) Add support for PGP authorized keys usage

2017-07-26 Thread Goldstein Lyor (JIRA)

 [ 
https://issues.apache.org/jira/browse/SSHD-757?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Goldstein Lyor updated SSHD-757:

Description: 
[SSH 2.3|http://www.onlamp.com/pub/a/onlamp/excerpt/ssh_8/] seems to have added 
the capability to use PGP keys as authorized ones:
{quote}
SSH2 Version 2.0.13 introduced support for PGP authentication. Your 
authorization file may also include {{PgpPublicKeyFile, PgpKeyName, PgpKey 
Fingerprint}}, and {{PgpKeyId}} lines. A Command line may follow them, just as 
it may follow Key:

{noformat}
# SSH2 only
PgpKeyName my-key
Command "/bin/echo PGP authentication was detected" 
{noformat}
{quote}

Some examples of how to use _Bouncycastle_ to facilitate this:
* [Sample code|https://github.com/damico/OpenPgp-BounceCastle-Example]
* [jpgpj Library wrapper|https://github.com/justinludwig/jpgpj]

_Python_ [converter 
pgp->ssh|https://raw.githubusercontent.com/fincham/ssh-to-pgp/master/ssh-to-pgp]

  was:
[SSH 2.3|http://www.onlamp.com/pub/a/onlamp/excerpt/ssh_8/] seems to have added 
the capability to use PGP keys as authorized ones:
{quote}
SSH2 Version 2.0.13 introduced support for PGP authentication. Your 
authorization file may also include {{PgpPublicKeyFile, PgpKeyName, PgpKey 
Fingerprint}}, and {{PgpKeyId}} lines. A Command line may follow them, just as 
it may follow Key:

{noformat}
# SSH2 only
PgpKeyName my-key
Command "/bin/echo PGP authentication was detected" 
{noformat}
{quote}

Some examples of how to use _Bouncycastle_ to facilitate this:
* [Sample code|https://github.com/damico/OpenPgp-BounceCastle-Example]
* [jpgpj Library wrapper|https://github.com/justinludwig/jpgpj]


> Add support for PGP authorized keys usage
> -
>
> Key: SSHD-757
> URL: https://issues.apache.org/jira/browse/SSHD-757
> Project: MINA SSHD
>  Issue Type: New Feature
>Affects Versions: 1.6.0
>Reporter: Goldstein Lyor
>Assignee: Goldstein Lyor
>Priority: Minor
>  Labels: authorization, key, key-management, pgp, ssh
>
> [SSH 2.3|http://www.onlamp.com/pub/a/onlamp/excerpt/ssh_8/] seems to have 
> added the capability to use PGP keys as authorized ones:
> {quote}
> SSH2 Version 2.0.13 introduced support for PGP authentication. Your 
> authorization file may also include {{PgpPublicKeyFile, PgpKeyName, PgpKey 
> Fingerprint}}, and {{PgpKeyId}} lines. A Command line may follow them, just 
> as it may follow Key:
> {noformat}
> # SSH2 only
> PgpKeyName my-key
> Command "/bin/echo PGP authentication was detected" 
> {noformat}
> {quote}
> Some examples of how to use _Bouncycastle_ to facilitate this:
> * [Sample code|https://github.com/damico/OpenPgp-BounceCastle-Example]
> * [jpgpj Library wrapper|https://github.com/justinludwig/jpgpj]
> _Python_ [converter 
> pgp->ssh|https://raw.githubusercontent.com/fincham/ssh-to-pgp/master/ssh-to-pgp]



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)