EnglishFrenchSpanish

OnWorks favicon

msva-perl - Online in the Cloud

Run msva-perl in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command msva-perl that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


msva-perl - Perl implementation of a Monkeysphere Validation Agent

SYNOPSIS


msva-perl [ COMMAND [ ARGS ... ] ]

ABSTRACT


msva-perl provides a Perl implementation of the Monkeysphere Validation Agent, a
certificate validation service.

INTRODUCTION


The Monkeysphere Validation Agent offers a local service for tools to validate
certificates (both X.509 and OpenPGP) and other public keys.

Clients of the validation agent query it with a public key carrier (a raw public key, or
some flavor of certificate), the supposed name of the remote peer offering the pubkey, and
the context in which the validation check is relevant (e.g. ssh, https, etc).

The validation agent then tells the client whether it was able to successfully validate
the peer's use of the public key in the given context.

USAGE


Launched with no arguments, msva-perl simply runs and listens forever.

Launched with arguments, it sets up a listener, spawns a subprocess using the supplied
command and arguments, but with the MONKEYSPHERE_VALIDATION_AGENT_SOCKET environment
variable set to refer to its listener. When the subprocess terminates, msva-perl tears
down the listener and exits as well, returning the same value as the subprocess.

This is a similar invocation pattern to that of ssh-agent(1).

ENVIRONMENT VARIABLES


msva-perl is configured by means of environment variables.

MSVA_LOG_LEVEL
msva-perl logs messages about its operation to stderr. MSVA_LOG_LEVEL controls its
verbosity, and should be one of (in increasing verbosity): silent, quiet, fatal,
error, info, verbose, debug, debug1, debug2, debug3. Default is 'error'.

MSVA_ALLOWED_USERS
If your system is capable of it, msva-perl tries to figure out the owner of the
connecting client. If MSVA_ALLOWED_USERS is unset, msva-perl will only permit
connections from the user msva is running as. If you set MSVA_ALLOWED_USERS, msva-
perl will treat it as a list of local users (by name or user ID) who are allowed to
connect.

MSVA_PORT
msva-perl listens on a local TCP socket to facilitate access. You can choose what
port to bind to by setting MSVA_PORT. Default is to bind on an arbitrary open port.

MSVA_KEYSERVER
msva-perl will request information from OpenPGP keyservers. Set MSVA_KEYSERVER to
declare the keyserver you want it to check with. If this variable is blank or unset,
and your gpg.conf contains a keyserver declaration, it will use the GnuPG
configuration. Failing that, the default is 'hkp://pool.sks-keyservers.net'.

MSVA_KEYSERVER_POLICY
msva-perl must decide when to check with keyservers (for new keys, revocation
certificates, new certifications, etc). There are three possible options: 'always'
means to check with the keyserver on every query it receives. 'never' means to never
check with a keyserver. 'unlessvalid' will only check with the keyserver on a specific
query if no keys are already locally known to be valid for the requested peer.
Default is 'unlessvalid'.

MSVA_MONITOR_CHANGES
Under graphical environments such as X11, msva-perl is capable of monitoring for
changes in its underlying code and can prompt the user to restart the daemon when some
of the underlying code changes. Setting this environmnt variable to 'true' enables
this monitoring and prompting behavior. Default is 'false'.

COMMUNICATION PROTOCOL DETAILS


Communications with the Monkeysphere Validation Agent are in the form of JSON requests
over plain HTTP. Responses from the agent are also JSON objects. For details on the
structure of the requests and responses, please see
http://web.monkeysphere.info/validation-agent/protocol

SECURITY CONSIDERATIONS


msva-perl deliberately binds to the IPv4 loopback (on 127.0.0.1) so that remote users do
not get access to the daemon. On systems (like Linux) which report ownership of TCP
sockets in /proc/net/tcp, msva-perl will refuse access from random users (see
MSVA_ALLOWED_USERS above).

Use msva-perl online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    PostInstallerF
    PostInstallerF
    PostInstallerF will install all the
    software that Fedora Linux and others
    doesn't include by default, after
    running Fedora for the first time. Its
    easy for...
    Download PostInstallerF
  • 2
    strace
    strace
    The strace project has been moved to
    https://strace.io. strace is a
    diagnostic, debugging and instructional
    userspace tracer for Linux. It is used
    to monitor a...
    Download strace
  • 3
    gMKVExtractGUI
    gMKVExtractGUI
    A GUI for mkvextract utility (part of
    MKVToolNix) which incorporates most (if
    not all) functionality of mkvextract and
    mkvinfo utilities. Written in C#NET 4.0,...
    Download gMKVExtractGUI
  • 4
    JasperReports Library
    JasperReports Library
    JasperReports Library is the
    world's most popular open source
    business intelligence and reporting
    engine. It is entirely written in Java
    and it is able to ...
    Download JasperReports Library
  • 5
    Frappe Books
    Frappe Books
    Frappe Books is a free and open source
    desktop book-keeping software that's
    simple and well-designed to be used by
    small businesses and freelancers. It'...
    Download Frappe Books
  • 6
    Numerical Python
    Numerical Python
    NEWS: NumPy 1.11.2 is the last release
    that will be made on sourceforge. Wheels
    for Windows, Mac, and Linux as well as
    archived source distributions can be fou...
    Download Numerical Python
  • More »

Linux commands

Ad