Skip to content

takemxn/gssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

file# gssh 1

Usage: gssh [-t] [-p password] [-f config_path] [-v] [user@]hostname[:port] [command]
  -e    passing to pty
  -f string
        password file path
  -h    help
  -p string
        password
  -t    Force pseudo-tty allocation
  -v    Display Version

config

format

[passwords]
user=password
user@host=password
user@host:port=password

Environment variable

GSSH_PASSWORDFILE

gssh use this file,if specified.

GSSH_PASSWORDS

For example
  GSSH_PASSWORDS="user=password user@host=password"

~/.gssh file

  gssh use ~/.gssh as config,if exist.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages