3 examples for sshbook

{{ score }}
  # Connect to an alias host 
sshbook host
        
{{ score }}
  # Run a command on the host 
sshbook host command

# Transfer a file to host
sshbook -t file host:/dest-dir

# Transfer a file from the host
sshbook -t host:/path/to/file .

# Transfer a folder to the home directory on the host
sshbook -t -r folder host
        
{{ score }}
  # Delete the "local" connection alias
sshbook -d local