Forrest logo
back to context overview

dbclient

List of commands for dbclient:

  • dbclient:tldr:5f900 dbclient: Connect to a remote host.
    $ dbclient ${user}@${host}
    try on your machine
    explain this command
  • dbclient:tldr:7e803 dbclient: Connect to a remote host on [p]ort 2222.
    $ dbclient ${user}@${host} -p 2222
    try on your machine
    explain this command
  • dbclient:tldr:bb4ae dbclient: Run a command on the remote host with a [t]ty allocation allowing interaction with the remote command.
    $ dbclient ${user}@${host} -t ${command} ${argument1 argument2 ---}
    try on your machine
    explain this command
  • dbclient:tldr:bc24d dbclient: Connect and forward [A]gent connections to remote host.
    $ dbclient -A ${user}@${host}
    try on your machine
    explain this command
  • dbclient:tldr:cb4c4 dbclient: Connect to a remote host using a specific [i]dentity key in dropbear format.
    $ dbclient -i ${path-to-key_file} ${user}@${host}
    try on your machine
    explain this command
back to context overview