Cluster SSH - Manage Multiple Linux Servers Simultaneously

Поделиться
HTML-код
  • Опубликовано: 7 ноя 2024

Комментарии • 3

  • @pjmclenon
    @pjmclenon 4 года назад +1

    hello sir , just for testing purposes my software allows me to setup hosts on 1 server by using different hosts name and differnt ports and so what i mean is it would be as an example host0 on port 8000 and host1 on port 8001 and host2 on port8002 and host3 on port 8003 and so how do i insert the pub key to an auth key file on each host folder than are all on 1 server linux ununtu machine? or is it just done once on host0 machine in the home/user folder?
    i am not understandung this and if there is no solution then since my software does run ssh on actual differnet srvers with dirferent IP then i will follw your vid but for now since its in my docs that i can use diffenrt ports and host names and use only 1 server machine , thats what i am trying to do becuz my software has to use ssh passwrdless to function;
    Lisa

  • @arunmohan4499
    @arunmohan4499 3 года назад

    how to connect to server using pem files?

  • @pjmclenon
    @pjmclenon 4 года назад

    www.putorius.net/cluster-ssh.html
    www.putorius.net/how-to-save-per-user-per-host-ssh-client-settings.html
    www.putorius.net/how-to-setup-ssh-key-authenitication.html
    helllo i have a general question
    so i have a VPS ubuntu os and so if i want to start adding nodes one by one to add scale and this starts a cluster growing (i dont have a VPS Cloud which it seems comes with a default 3 node cluster) and so each no i add will be a new VPS ubuntu os with its own new IP and either a root a dnpassword default given or as i did in my intial VPS i created my own user, (tommy) and login to this VPS from my clie3nt machine at my apt, then do i need to have the user name the same as my 1st VPS (tommy) ? in my software docs it says for me to scale and add nodes i ave to have SSH passwordless CORRECTLY CONFIRUED ON ANY NODES I ADD TO MY 1ST vps CLUSTER NODE SO THE NODES CAN FREELY ssh
    Lisa