ubuntu

Create first User in Ubuntu Core

A short technical note outlining the basic approach and applicable steps for creating an Ubuntu Core initial User.

  1. Let’s create an account at https://login.ubuntu.com/
  2. Let’s create ssh key as follows
      mkdir ~/.ssh
      chmod 700 ~/.ssh
      ssh-keygen -t rsa
    
  3. Let’s copy the content of ~/.ssh/id_rsa.pub and add https://login.ubuntu.com/ssh-keys here
  4. Let’s follow the steps as indicated on the Ubuntu Core screen and connect remotely via SSH.
  5. Let’s create our user as sudo adduser --extrausers <kullanıcı adı>