I have installed Fedora 36 server addition in my spare laptop. How can I access it from another machine remotely ? Is there any documentation for that ? My goal is to test various Ansible commands to this server. I can create small VM using DigitalOcean , Amazon Web Services or Linode. However since I have an extra physical machine I wish set it up as a remote server. Any suggestions ?
Ansible works with ssh.
https://docs.fedoraproject.org/en-US/fedora/latest/system-administrators-guide/infrastructure-services/OpenSSH/#s2-ssh-configuration-sshd > This you do on your laptop (server)
From your client you connect this way:
https://docs.fedoraproject.org/en-US/fedora/latest/system-administrators-guide/infrastructure-services/OpenSSH/#s1-ssh-clients
2 Likes
You might also try cockpit which should already be installed in the server.