Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 251 Bytes

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 root@127.0.0.1
hochob@server:~# ssh root@127.0.0.1 ls