VM Setup Commands

  • ssh - This is the command that will let you connect to your server
  • scp - Similar syntax for uploading and downloading files to/from the server
    • You can also use a GUI like FileZilla or WinSCP for this
  • chmod - You'll need this once to set permissions on your key file
  • yum install - This command will let you install software on your server
  • nohup - Lets you run a command that sticks around longer than the current SSH session

21 / 23