Advertisement
Perberus

ssh m8c on rg351 mp

Feb 18th, 2023
229
0
Never
1
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SSH Config 40.39 KB | Software | 0 0
  1. (c) Microsoft Corporation. All rights reserved.
  2.  
  3. C:\Windows\System32>pscp
  4. PuTTY Secure Copy client
  5. Release 0.78
  6. Usage: pscp [options] [user@]host:source target
  7.        pscp [options] source [source...] [user@]host:target
  8.        pscp [options] -ls [user@]host:filespec
  9. Options:
  10.   -V        print version information and exit
  11.   -pgpfp    print PGP key fingerprints and exit
  12.   -p        preserve file attributes
  13.   -q        quiet, don't show statistics
  14.   -r        copy directories recursively
  15.   -v        show verbose messages
  16.   -load sessname  Load settings from saved session
  17.   -P port   connect to specified port
  18.   -l user   connect with specified username
  19.   -pwfile file   login with password read from specified file
  20.   -1 -2     force use of particular SSH protocol version
  21.   -ssh -ssh-connection
  22.             force use of particular SSH protocol variant
  23.   -4 -6     force use of IPv4 or IPv6
  24.   -C        enable compression
  25.   -i key    private key file for user authentication
  26.   -noagent  disable use of Pageant
  27.   -agent    enable use of Pageant
  28.   -no-trivial-auth
  29.             disconnect if SSH authentication succeeds trivially
  30.   -hostkey keyid
  31.             manually specify a host key (may be repeated)
  32.   -batch    disable all interactive prompts
  33.   -no-sanitise-stderr  don't strip control chars from standard error
  34.   -proxycmd command
  35.             use 'command' as local proxy
  36.   -unsafe   allow server-side wildcards (DANGEROUS)
  37.   -sftp     force use of SFTP protocol
  38.   -scp      force use of SCP protocol
  39.   -sshlog file
  40.   -sshrawlog file
  41.             log protocol details to a file
  42.   -logoverwrite
  43.   -logappend
  44.             control what happens when a log file already exists
  45.  
  46. C:\Windows\System32>pscp-l user
  47. 'pscp-l' is not recognized as an internal or external command,
  48. operable program or batch file.
  49.  
  50. C:\Windows\System32>-l user
  51. '-l' is not recognized as an internal or external command,
  52. operable program or batch file.
  53.  
  54. C:\Windows\System32>pscp -l
  55. pscp: option "-l" requires an argument
  56.       try typing just "pscp"
Advertisement
Comments
  • Perberus
    1 year
    # text 0.14 KB | 0 0
    1. Useful stuff is at the bottom once I got a little more comfortable with SSH, still unable to run M8c for some reason. attempted to build it as well
Add Comment
Please, Sign In to add comment
Advertisement