{"id":701,"date":"2019-05-27T02:27:09","date_gmt":"2019-05-27T09:27:09","guid":{"rendered":"https:\/\/doubleecpu.com\/?page_id=701"},"modified":"2019-05-27T02:28:02","modified_gmt":"2019-05-27T09:28:02","slug":"ssh-command-line","status":"publish","type":"page","link":"https:\/\/doubleecpu.com\/index.php\/raspian-linux-programs\/ssh-command-line\/","title":{"rendered":"SSH Command Line"},"content":{"rendered":"\n<pre class=\"wp-block-preformatted\">ssh pi@192.168.0.7 info\n The authenticity of host '192.168.0.7 (192.168.0.7)' can't be established.\n ECDSA key fingerprint is SHA256: .......................\n Are you sure you want to continue connecting (yes\/no)? yes\n Warning: Permanently added '192.168.0.7' (ECDSA) to the list of known hosts.\n pi@192.168.0.7's password:\n File: dir,      Node: Top,      This is the top of the INFO tree.\n This is the Info main menu (aka directory node).\n A few useful Info commands:\n 'q' quits;\n   'H' lists all Info commands;\n   'h' starts the Info tutorial;\n   'mTexinfo RET' visits the Texinfo manual, etc.\n Menu: \n Basics\n Common options: (coreutils)Common options.\n Coreutils: (coreutils).       Core GNU (file, text, shell) utilities.\n Date input formats: (coreutils)Date input formats.\n Ed: (ed).                     The GNU line editor\n File permissions: (coreutils)File permissions.\n                             Access modes.\n Finding files: (find).        Operating on files matching certain criteria. \n Compression\n Gzip: (gzip).                 General (de)compression of files (lzw). \n Editors\n nano: (nano).                 Small and friendly text editor. \n GNU organization\n Maintaining Findutils: (find-maint).\n                             Maintaining GNU findutils \n GNU Utilities\n dirmngr-client: (gnupg).      X.509 CRL and OCSP client.\n dirmngr: (gnupg).             X.509 CRL and OCSP server.\n gpg-agent: (gnupg).           The secret key daemon.\n gpg2: (gnupg).                OpenPGP encryption and signing tool.\n gpgsm: (gnupg).               S\/MIME encryption and signing tool. \n Individual utilities\n arch: (coreutils)arch invocation.             Print machine hardware name.\n b2sum: (coreutils)b2sum invocation.           Print or check BLAKE2 digests.\n base32: (coreutils)base32 invocation.         Base32 encode\/decode data.\n base64: (coreutils)base64 invocation.         Base64 encode\/decode data.\n basename: (coreutils)basename invocation.     Strip directory and suffix.\n cat: (coreutils)cat invocation.               Concatenate and write files.\n chcon: (coreutils)chcon invocation.           Change SELinux CTX of files.\n chgrp: (coreutils)chgrp invocation.           Change file groups.\n chmod: (coreutils)chmod invocation.           Change access permissions.\n chown: (coreutils)chown invocation.           Change file owners and groups.\n chroot: (coreutils)chroot invocation.         Specify the root directory.\n cksum: (coreutils)cksum invocation.           Print POSIX CRC checksum.\n cmp: (diffutils)Invoking cmp.                 Compare 2 files byte by byte.\n comm: (coreutils)comm invocation.             Compare sorted files by line.\n cp: (coreutils)cp invocation.                 Copy files.\n csplit: (coreutils)csplit invocation.         Split by context.\n cut: (coreutils)cut invocation.               Print selected parts of lines.\n date: (coreutils)date invocation.             Print\/set system date and time.\n dd: (coreutils)dd invocation.                 Copy and convert a file.\n df: (coreutils)df invocation.                 Report file system disk usage.\n diff: (diffutils)Invoking diff.               Compare 2 files line by line.\n diff3: (diffutils)Invoking diff3.             Compare 3 files line by line.\n dir: (coreutils)dir invocation.               List directories briefly.\n dircolors: (coreutils)dircolors invocation.   Color setup for ls.\n dirname: (coreutils)dirname invocation.       Strip last file name component.\n du: (coreutils)du invocation.                 Report on disk usage.\n echo: (coreutils)echo invocation.             Print a line of text.\n env: (coreutils)env invocation.               Modify the environment.\n expand: (coreutils)expand invocation.         Convert tabs to spaces.\n expr: (coreutils)expr invocation.             Evaluate expressions.\n factor: (coreutils)factor invocation.         Print prime factors\n false: (coreutils)false invocation.           Do nothing, unsuccessfully.\n find: (find)Invoking find.                    Finding and acting on files.\n fmt: (coreutils)fmt invocation.               Reformat paragraph text.\n fold: (coreutils)fold invocation.             Wrap long input lines.\n groups: (coreutils)groups invocation.         Print group names a user is in.\n gunzip: (gzip)Overview.                       Decompression.\n gzexe: (gzip)Overview.                        Compress executables.\n head: (coreutils)head invocation.             Output the first part of files.\n hostid: (coreutils)hostid invocation.         Print numeric host identifier.\n hostname: (coreutils)hostname invocation.     Print or set system name.\n id: (coreutils)id invocation.                 Print user identity.\n install: (coreutils)install invocation.       Copy files and set attributes.\n join: (coreutils)join invocation.             Join lines on a common field.\n kill: (coreutils)kill invocation.             Send a signal to processes.\n link: (coreutils)link invocation.             Make hard links between files.\n ln: (coreutils)ln invocation.                 Make links between files.\n locate: (find)Invoking locate.                Finding files in a database.\n logname: (coreutils)logname invocation.       Print current login name.\n ls: (coreutils)ls invocation.                 List directory contents.\n md5sum: (coreutils)md5sum invocation.         Print or check MD5 digests.\n mkdir: (coreutils)mkdir invocation.           Create directories.\n mkfifo: (coreutils)mkfifo invocation.         Create FIFOs (named pipes).\n mknod: (coreutils)mknod invocation.           Create special files.\n mktemp: (coreutils)mktemp invocation.         Create temporary files.\n mv: (coreutils)mv invocation.                 Rename files.\n nice: (coreutils)nice invocation.             Modify niceness.\n nl: (coreutils)nl invocation.                 Number lines and write files.\n nohup: (coreutils)nohup invocation.           Immunize to hangups.\n nproc: (coreutils)nproc invocation.           Print the number of processors.\n numfmt: (coreutils)numfmt invocation.         Reformat numbers.\n od: (coreutils)od invocation.                 Dump files in octal, etc.\n paste: (coreutils)paste invocation.           Merge lines of files.\n patch: (diffutils)Invoking patch.             Apply a patch to a file.\n pathchk: (coreutils)pathchk invocation.       Check file name portability.\n pr: (coreutils)pr invocation.                 Paginate or columnate files.\n printenv: (coreutils)printenv invocation.     Print environment variables.\n printf: (coreutils)printf invocation.         Format and print data.\n ptx: (coreutils)ptx invocation.               Produce permuted indexes.\n pwd: (coreutils)pwd invocation.               Print working directory.\n readlink: (coreutils)readlink invocation.     Print referent of a symlink.\n realpath: (coreutils)realpath invocation.     Print resolved file names.\n rm: (coreutils)rm invocation.                 Remove files.\n rmdir: (coreutils)rmdir invocation.           Remove empty directories.\n runcon: (coreutils)runcon invocation.         Run in specified SELinux CTX.\n sdiff: (diffutils)Invoking sdiff.             Merge 2 files side-by-side.\n seq: (coreutils)seq invocation.               Print numeric sequences\n sha1sum: (coreutils)sha1sum invocation.       Print or check SHA-1 digests.\n sha2: (coreutils)sha2 utilities.              Print or check SHA-2 digests.\n shred: (coreutils)shred invocation.           Remove files more securely.\n shuf: (coreutils)shuf invocation.             Shuffling text files.\n sleep: (coreutils)sleep invocation.           Delay for a specified time.\n sort: (coreutils)sort invocation.             Sort text files.\n split: (coreutils)split invocation.           Split into pieces.\n stat: (coreutils)stat invocation.             Report file(system) status.\n stdbuf: (coreutils)stdbuf invocation.         Modify stdio buffering.\n stty: (coreutils)stty invocation.             Print\/change terminal settings.\n sum: (coreutils)sum invocation.               Print traditional checksum.\n sync: (coreutils)sync invocation.             Synchronize memory to disk.\n tac: (coreutils)tac invocation.               Reverse files.\n tail: (coreutils)tail invocation.             Output the last part of files.\n tee: (coreutils)tee invocation.               Redirect to multiple files.\n test: (coreutils)test invocation.             File\/string tests.\n timeout: (coreutils)timeout invocation.       Run with time limit.\n touch: (coreutils)touch invocation.           Change file timestamps.\n tr: (coreutils)tr invocation.                 Translate characters.\n true: (coreutils)true invocation.             Do nothing, successfully.\n truncate: (coreutils)truncate invocation.     Shrink\/extend size of a file.\n tsort: (coreutils)tsort invocation.           Topological sort.\n tty: (coreutils)tty invocation.               Print terminal name.\n uname: (coreutils)uname invocation.           Print system information.\n unexpand: (coreutils)unexpand invocation.     Convert spaces to tabs.\n uniq: (coreutils)uniq invocation.             Uniquify files.\n unlink: (coreutils)unlink invocation.         Removal via unlink(2).\n updatedb: (find)Invoking updatedb.            Building the locate database.\n uptime: (coreutils)uptime invocation.         Print uptime and load.\n users: (coreutils)users invocation.           Print current user names.\n vdir: (coreutils)vdir invocation.             List directories verbosely.\n wc: (coreutils)wc invocation.                 Line, word, and byte counts.\n who: (coreutils)who invocation.               Print who is logged in.\n whoami: (coreutils)whoami invocation.         Print effective user ID.\n xargs: (find)Invoking xargs.                  Operating on many files.\n yes: (coreutils)yes invocation.               Print a string indefinitely.\n zcat: (gzip)Overview.                         Decompression to stdout.\n zdiff: (gzip)Overview.                        Compare compressed files.\n zforce: (gzip)Overview.                       Force .gz extension on files.\n zgrep: (gzip)Overview.                        Search compressed files.\n zmore: (gzip)Overview.                        Decompression output by pages. \n Libraries\n RLuserman: (rluserman).       The GNU readline library User's Manual. \n Math\n dc: (dc).                     Arbitrary precision RPN \"Desktop Calculator\". \n Network applications\n Wget: (wget).                 Non-interactive network downloader. \n Text creation and manipulation\n Diffutils: (diffutils).       Comparing and merging files.\n grep: (grep).                 Print lines matching a pattern.\n sed: (sed).                   Stream EDitor. <\/pre>\n","protected":false},"excerpt":{"rendered":"<p>ssh pi@192.168.0.7 info The authenticity of host &#8216;192.168.0.7 (192.168.0.7)&#8217; can&#8217;t be established. ECDSA key fingerprint is SHA256: &#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;.. Are you sure you want to continue connecting (yes\/no)? yes Warning: Permanently added &#8216;192.168.0.7&#8217; (ECDSA) to the list of known hosts. pi@192.168.0.7&#8217;s password: File: dir, Node: Top, This is the top of the INFO tree. This is &hellip; <\/p>\n<p class=\"link-more\"><a href=\"https:\/\/doubleecpu.com\/index.php\/raspian-linux-programs\/ssh-command-line\/\" class=\"more-link\">Read more<span class=\"screen-reader-text\"> &#8220;SSH Command Line&#8221;<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"parent":261,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-701","page","type-page","status-publish","hentry"],"featured_media_urls":[],"_links":{"self":[{"href":"https:\/\/doubleecpu.com\/index.php\/wp-json\/wp\/v2\/pages\/701","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/doubleecpu.com\/index.php\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/doubleecpu.com\/index.php\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/doubleecpu.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/doubleecpu.com\/index.php\/wp-json\/wp\/v2\/comments?post=701"}],"version-history":[{"count":0,"href":"https:\/\/doubleecpu.com\/index.php\/wp-json\/wp\/v2\/pages\/701\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/doubleecpu.com\/index.php\/wp-json\/wp\/v2\/pages\/261"}],"wp:attachment":[{"href":"https:\/\/doubleecpu.com\/index.php\/wp-json\/wp\/v2\/media?parent=701"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}