Stéphane Lesimple
11cbf63be8
chore: deprecate the use of -f and -l in selfListIngressKeys
3 months ago
Stéphane Lesimple
ed6ea14fb6
fix: ping max deadline is 3600 on FreeBSD ( close #547 )
10 months ago
Stéphane Lesimple
763ae8e9a7
enh: scp: add more scp options, update doc
10 months ago
Germain Carré
b0cd7ce1ef
fix: documentation rsync.rst
...
Signed-off-by: Germain Carré <git@germain.sh>
1 year ago
Stéphane Lesimple
fdb6c292a8
chore: use proper naming of 'subnet' instead of 'prefix' or 'slash'
...
To avoid confusion, we now use 'subnet' to talk about a subnet
represented with the CIDR notation, such as 10.0.0.0/8.
In in that case:
- 10.0.0.0/8 is a 'subnet'
- 10.0.0.0 is the 'prefix'
- 8 is the 'prefix length', or by extension the 'subnet length'
Use these words everywhere in the code and documentation for clarity.
1 year ago
Stéphane Lesimple
92bc512050
feat: add assetForgetHostKey
1 year ago
TomRicci
05236c1410
fix: documentation selfDelPersonalAccess.rst
2 years ago
TomRicci
96e28fd237
fix: documentation selfAddPersonalAccess.rst
2 years ago
TomRicci
b0202c43eb
fix: documentation accountDelPersonalAccess.rst
2 years ago
TomRicci
b40a9e5b72
fix: documentation accountAddPersonalAccess.rst
2 years ago
TomRicci
e9fac9b163
fix: documentation groupDelGuestAccess.rst
2 years ago
TomRicci
f5d9f403dc
fix: documentation groupAddGuestAccess.rst
2 years ago
TomRicci
d188c1fc5c
fix: message scpdownload scpupload in scp.rst
2 years ago
Stéphane Lesimple
accd50eea7
feat: add rsync support to --protocol
2 years ago
Stéphane Lesimple
19ef1b2668
enh: plugins: add --protocol to handle scp, sftp, rsync
...
Replace --sftp --scpup --scpdown by --protocol PROTOCOL.
Also take the opportunity to replace --user-any by --user * and --port-any by --port *.
All the legacy options are still supported but are now undocumented.
2 years ago
Stéphane Lesimple
4ef9c6ddde
feat: add --egress-session-multiplexing option to accountModify
2 years ago
Stéphane Lesimple
85c448d60c
fixupo
2 years ago
Stéphane Lesimple
f4de5957a3
feat: add groupSetServers
2 years ago
Stéphane Lesimple
3ba789ed34
chore: adapt help messages for wildcard --user support
2 years ago
Stéphane Lesimple
2e96603300
feat: support wildcards in --user ( fix #461 )
2 years ago
Stéphane Lesimple
b3361d3ed1
fix: selfGenerateProxyPassword: help message was incorrect
2 years ago
Stéphane Lesimple
72b757457c
enh: info: removed uname dependency, added configuration
2 years ago
Stéphane Lesimple
3646badbdf
release 3.16.00
2 years ago
Stéphane Lesimple
3c9382a192
enh: use print_accepted_key_algorithms everywhere
2 years ago
Stéphane Lesimple
8532a85ba1
doc: add JSON API and MFA documentations ( #407 )
...
* doc: add JSON API documentation
* doc: add MFA section
* doc: clarifications on MFA and JSON API
* Update doc/sphinx/using/api.rst
Co-authored-by: toutoen <74724122+toutoen@users.noreply.github.com>
* Update doc/sphinx/using/api.rst
Co-authored-by: toutoen <74724122+toutoen@users.noreply.github.com>
---------
Co-authored-by: toutoen <74724122+toutoen@users.noreply.github.com>
3 years ago
Antoine Guerrée
1b6131a753
chore(helper/doc): fix typos
3 years ago
Stéphane Lesimple
5cfb049a82
chore: doc: adding plugin configuration autogeneration
3 years ago
Stéphane Lesimple
7a825aeec4
feat: add --all to groupInfo and accountInfo
3 years ago
Stéphane Lesimple
f4abfc1ba8
feat: add sftp support
3 years ago
Stéphane Lesimple
9eac699954
chore: doc: remove sparse trailing spaces from generated files
3 years ago
Stéphane Lesimple
036f921c40
feat: add accountFreeze/accountUnfreeze
3 years ago
Stéphane Lesimple
7b3c721f66
doc: add a missing parameter in ping's help
4 years ago
Stéphane Lesimple
39e667f703
doc: amend groupModify documentation
4 years ago
Stéphane Lesimple
4f99c4fe6c
fix: ping: force a deadline, and restore default sighandlers
4 years ago
Romain Beuque
c1ca9b6374
fix: typo in the 'alive' command
...
Signed-off-by: Romain Beuque <556072+rbeuque74@users.noreply.github.com>
4 years ago
Stéphane Lesimple
ee776707c1
chore: standardize doc generation for config files
4 years ago
Stéphane Lesimple
aaaa173764
feat: add the accountUnlock restricted plugin
4 years ago
Christophe Crochet
e4b132ed9a
new access option: --force-password <HASH>, to only try one specific password
4 years ago
Christophe Crochet
d85298f229
new account option: --pubkey-auth-optional, to allow ingress login with or without pubkey when pam is required
5 years ago
madx
4d3ee1b99d
regenerated doc
5 years ago
Stéphane Lesimple
4a21cfc421
enh: add --max-inactive-days to accountCreate
5 years ago
Stéphane Lesimple
ef10d509fd
enh: add max_inactive_days to account configuration ( #230 )
5 years ago
Stéphane Lesimple
15cb2c2453
enh: accountInfo: add --list-groups
...
Listing groups can be slow on bastions having thousands
of groups, hence this is now disabled by default.
5 years ago
Stéphane Lesimple
ecee68c8bc
chore: fix spurious empty lines at end of generated rst files
5 years ago
Stéphane Lesimple
458c50eff1
documentation: add a lot of new documentation topics
5 years ago
Stéphane Lesimple
d400ceeb9f
doc: clush: document --user and --port
...
Partly fixes #201
5 years ago
Stéphane Lesimple
3925e67d43
feat: add groupDestroy command for owners
...
This command deletes a group, as `groupDelete` does, but works
for owners so that they can delete their own group.
`groupDelete` remains as a restricted command, able to delete any group.
Closes #40 .
5 years ago
Stéphane Lesimple
8cc990ad57
feat: add filtering options to several cmds,nicify print_acls()
...
The commands selfListAccesses, accountListAccesses,
groupList, groupListServers, groupListGuestAccesses and
accountList now have options to filter their output through
pattern matching, with --include and --exclude.
The output from the commands using print_acls() is also more
human-friendly, with auto-adjusting column length, and empty
columns omitted.
Closes #60 .
5 years ago
Stéphane Lesimple
37301e35cc
chore: update documentation
5 years ago
Stéphane Lesimple
68e088a607
doc: accountModify: more details on the --egress-strict-host-key-checking option
5 years ago