Browse Source

Remove Emacs specific keys to make the instructions more editor agnostic

Bob Mottram 11 years ago
parent
commit
07ff717217
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      beaglebone.txt

+ 2
- 2
beaglebone.txt View File

854
 KexAlgorithms diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1
854
 KexAlgorithms diffie-hellman-group-exchange-sha256,diffie-hellman-group14-sha1,diffie-hellman-group-exchange-sha1
855
 #+END_SRC
855
 #+END_SRC
856
 
856
 
857
-CTRL-x CTRL-s to save, then CTRL-x CTRL-c to exit.  Now clear out any pre-existing host keys and reconfigure the ssh server.
857
+Save and exit.  Now clear out any pre-existing host keys and reconfigure the ssh server.
858
 
858
 
859
 #+BEGIN_SRC: bash
859
 #+BEGIN_SRC: bash
860
 rm /etc/ssh/ssh_host_*
860
 rm /etc/ssh/ssh_host_*
949
 editor /etc/hostname
949
 editor /etc/hostname
950
 #+END_SRC
950
 #+END_SRC
951
 
951
 
952
-CTRL-x CTRL-s to save, then CTRL-x CTRL-c to exit.
952
+Save and exit.
953
 
953
 
954
 Also issue the command, replacing /mydomainname.com/ with your domain name.
954
 Also issue the command, replacing /mydomainname.com/ with your domain name.
955
 
955