Changes between Version 3 and Version 4 of JBSsandbox/SliceNotes


Ignore:
Timestamp:
04/10/14 14:14:43 (10 years ago)
Author:
Josh Smift
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • JBSsandbox/SliceNotes

    v3 v4  
    207207== Essential one-time steps for any login ==
    208208
    209 Find old SSH keys, and print lines to remove them:
    210 
    211 {{{
     209Find old SSH keys for IP addresses that ExoGENI has reused, and print lines to remove them:
     210
     211{{{
     212logins grep -- -eg-
    212213for login in $logins ; do ssh $login true |& grep ssh-keygen | sed -e 's/remove with://' ; done
    213214}}}
    214215
    215 (Repeat that until it returns with no output.
    216 
    217 Make sure I can log in:
    218 
    219 {{{
    220 shmux -c "hostname" $logins
    221 }}}
     216Copy and paste the output (simply exec-ing it doesn't seem to work, and I haven't debugged why); then repeat the above and expect no output.
     217
     218Make sure I can log in, and that each login's hostname is as expected:
     219
     220{{{
     221logins cat
     222shmux -c "hostname" $logins | egrep -v '(.+): \1'
     223}}}
     224
     225Expect no output from that, except possibly messages about new SSH keys. Run it again in that case, and address any other output.
    222226
    223227Copy in my dotfiles: