Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 592 Bytes

2.ssh.md

File metadata and controls

22 lines (15 loc) · 592 Bytes

Connecting via ssh

This server will not have attach a display, only a network and power cable, so we have to access it from outside, luckily fedora server has SSH enabled by default, so you only have to know your IP address.

you can check it with

ip a

and then connect with

ssh youruser@yourserver

the ssh cli you will ask you if you want to accept leaving a fingerprint and then open a terminal connected to your server

ssh

⬅️ Last     |     Next ➡️