Cloudmesh Ssh 5.0.1 | Coderz Repository

cloudmesh-ssh 5.0.1

Last updated:

0 purchases

cloudmesh-ssh 5.0.1 Image
cloudmesh-ssh 5.0.1 Images

Free

Languages

Categories

Add to Cart

Description:

cloudmeshssh 5.0.1

Cloudmesh Command ssh











Manual Page

Command ssh
===========

::

Usage:
ssh config list [--output=OUTPUT]
ssh config add NAME IP [USER] [KEY]
ssh config delete NAME

Arguments:
NAME Name or ip of the machine to log in
list Lists the machines that are registered and
the commands to login to them
PARAMETERS Register te resource and add the given
parameters to the ssh config file. if the
resource exists, it will be overwritten. The
information will be written in /.ssh/config
USER The username for the ssh resource
KEY The location of the public keye used for
authentication to the host

Options:
--output=OUTPUT the format in which this list is given
formats includes cat, table, json, yaml,
dict. If cat is used, it is just printed as
is. [default: table]

Description:
ssh config list
lists the hostsnames that are present in the ~/.ssh/config file

ssh config add NAME IP [USER] [KEY]
registers a host i ~/.ssh/config file
Parameters are attribute=value pairs

ssh config delete NAME
deletes the named host from the ssh config file

Examples:

ssh config add blue 192.168.1.245 gregor

Adds the following to the !/.ssh/config file

Host blue
HostName 192.168.1.245
User gergor
IdentityFile ~/.ssh/id_rsa.pub

License:

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files In This Product: (if this is empty don't purchase this product)

Customer Reviews

There are no reviews.