Monday 14, Apr 2025
We are moved to new domain
Click -> www.ehowtonow.com
Tuesday, 22 August 2017

ssh-keyscan - Linux Commands

ssh-keyscan

ssh-keyscan [options]

Gather public and private host keys from a number of hosts. Can be used in scripts.

Options


-4
Use IPv4 addresses only.

-6
Use IPv6 addresses only.

-f file
Read hostnames or addrlist namelist pairs from file. If - is specified instead of a filename, read hosts or addrlist namelist pairs from standard input.

-p port
Specify the port to connect to on the remote host.

-t type
Specify the type of key to get from the scanned hosts. Possible values are rsa1 for SSH1 (default), or rsa or dsa for SSH2. Specify multiple values in a comma-separated list.

-T timeout
Specify the timeout for attempting a connection, in seconds.

-v
Verbose mode.

Shop and help us

Flipkart Offer Snapdeal offer Amazon.in offer Amazon.com offer

Related Posts:

  • routed Linux Command routed routed [options] [logfile] TCP/IP command. Network routing daemon. routed is invoked by a privileged user at boot time to manage the Internet routing tables. The routing daemon uses a variant of the Xerox NS Routing… Read More
  • which Linux Command which which [options] [--] [commands] List the full pathnames of the files that would be executed if the named commands had been run. which searches the user's $PATH environment variable. Options -a, --all Print all match… Read More
  • wget Linux Command wget wget [options] [urls] Perform non-interactive file downloads from the Web. wget works in the background and can be used to set up and run a download without the user having to remain logged on. wget supports HTTP, HTT… Read More
  • useradd Linux Command useradd useradd [options] [user] System administration command. Create new user accounts or update default account information. Unless invoked with the -D option, user must be given. useradd will create new entries in syst… Read More
  • rsh Linux Command rsh rsh [options] host [command] Execute command on remote host, or, if no command is specified, begin an interactive shell on the remote host using rlogin. The options can be specified before or after host. Use of rsh has… Read More
  • Blogger Comments
  • Facebook Comments
  • Disqus Comments

0 comments:

Post a Comment

Item Reviewed: ssh-keyscan - Linux Commands Rating: 5 Reviewed By: eHowToNow