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.
OpenSSH :: Fedora Docs > This you do on your laptop (server)
From your client you connect this way:
OpenSSH :: Fedora Docs
2 Likes
You might also try cockpit which should already be installed in the server.