Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 251 Bytes

ServerSetupRoot.md

File metadata and controls

17 lines (12 loc) · 251 Bytes

Root

root@server:~# nano /etc/ssh/ssh_config
    ...
    PermitRootLogin without-password
    PermitRootLogin yes
hochob@server:~# ssh-keygen
hochob@server:~# ssh-copy-id [email protected]
hochob@server:~# ssh [email protected] ls