W. Glenz avatar

LINUXOPOLIS # 11-FEBRUARY-2020 ~ SSH-UPDATE

wglenz

Published: 11 Feb 2020 › Updated: 11 Feb 2020LINUXOPOLIS # 11-FEBRUARY-2020 ~ SSH-UPDATE

LINUXOPOLIS # 11-FEBRUARY-2020 ~ SSH-UPDATE

SSH

Building a Linux Habitat
willi glenz @ telegram
Published with SteemPeak
home previous

screenshot by willi glenz

vim ~/.config/fish/function/gssh.fish

function gssh --description 'ssh'
    clear; echo
    echo '=========================================================================='
    echo '                                   SSH                                    '
    echo ' /etc/ssh/sshd_config                                    port 22 rfc 4253 '
    echo '=========================================================================='
    echo ' server                                                                   '
    echo '--------------------------------------------------------------------------'
    echo '     $ apt-cache search "^ssh" | less                                     '
    echo '     $ apt-cache show ssh                                                 '
    echo '     # apt install ssh                                                    '
    echo ' (a) # raspi-config                                                       '
    echo ' (b) # touch /boot/ssh                                                    '
    echo ' (c) $ ip a                             hostname -I   ip a|n|r   ifconfig '
    echo '     # systemctl status ssh             status|show                       '
    echo '     # systemctl enable ssh             enable|disable                    '
    echo '     # systemctl start ssh              start|stop|reload|restart         '
    echo '     # vim /etc/ssh/sshd_config                                           '
    echo '--------------------------------------------------------------------------'
    echo ' client                                                                   '
    echo '--------------------------------------------------------------------------'
    echo '     $ ls ~/.ssh                                                          '
    echo '     $ ssh-keygen                                                         '
    echo '     $ ssh-keygen -l                                                      '
    echo '     $ ls ~/.ssh                                                          '
    echo '     $ ssh-add                                                            '
    echo '     $ ssh-copy-id pi@a.b.c.d                                             '
    echo '     $ ssh pi@a.b.c.d    $ ssh -Y pi@a.b.c.d                              '
    echo '--------------------------------------------------------------------------'
    echo ' tutorials                                                                '
    echo '--------------------------------------------------------------------------'
    echo '     traversy media                                  youtu.be/hQWRp-FdTpc '
    echo '     man-pages                                 $ man ssh sshd sshd_config '
    echo '=========================================================================='
    echo
end
SOURCES
 homepage ............................................................... openssh.com
 fish ......................................... fishshell.com/docs/current/index.html
 man-pages  .............................................. $ man ssh sshd sshd_config
 raspi ............................. raspberrypi.org/documentation/remote-access/ssh/
 rfc .......................... wikiwand.com/en/Secure_Shell#/Standards_documentation
 traversy media ...............................................  youtu.be/hQWRp-FdTpc
 wikiwand .............................................. wikiwand.com/en/Secure_Shell
 picture ....................................... screenshoot by me ~ my gnome-desktop

Leave LINUXOPOLIS # 11-FEBRUARY-2020 ~ SSH-UPDATE to:

Written by

Linux • Debian • Bash • Java

Read more #linux posts


Best Posts From W. Glenz

We have not curated any of wglenz's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.

More Posts From W. Glenz