Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

digital ocean error Permission denied (publickey).

# ingresar por el acceso SSH de Digital Ocean
# editar el siguiente archivo:

vi ~/.ssh/authorized_keys

# Agrega al final tu clave pública:

# Msi
ssh-rsa AAAAB3asdasdak sdk askd askd ads

# Edita el archivo:

nano /etc/ssh/ssh_config

# Agrega al final de todo:

PermitRootLogin prohibit-password to PermitRootLogin yes
PasswordAuthentication no to PasswordAuthentication yes

# Reinicia el servicio ssh con el siguiente comando:
sudo service ssh restart

y ya puedes conectarte desde tu local, (Nota cierra la consola local y vuelve a abrir por si algo falta)


Saludos!!
Comment

digital ocear error Permission denied (publickey).

# ingresar por el acceso SSH de Digital Ocean
# editar el siguiente archivo
vi ~/.ssh/authorized_keys
#Eliminar su contenido y pegar la llave pública
# Guardar e intenta conectarse nuevamente
Comment

PREVIOUS NEXT
Code Example
Shell :: npm install sql 
Shell :: delete folder from repo 
Shell :: vim cut 
Shell :: uninstall django ubuntu 
Shell :: view all of your git settings 
Shell :: Move folder content up a level using bash/shell 
Shell :: install docker-compose 
Shell :: pyenv install ubuntu 
Shell :: remove write proteced in usb ubuntu 
Shell :: install docker machine ubuntu 
Shell :: remove icon from desktop ubuntu 
Shell :: awk define string as delimiter 
Shell :: visual studio export installed nuget pacjkages 
Shell :: ubuntu 20.04 ifconfig public ip address 
Shell :: my ip 
Shell :: Git - create new branch and switch to that new branch 
Shell :: run powershell script from wsl bash 
Shell :: GIT: create repo 
Shell :: force docker for a clean build of an image 
Shell :: how to encrypt and decrypt a text file using openssl rsa public and private keys 
Shell :: terminal show running processes tree mac os 
Shell :: git merge branch into another branch 
Shell :: how to delete an issue on github 
Shell :: conda install django-cors-headers 
Shell :: git stash save name 
Shell :: powershell script run 
Shell :: ubuntu essential commands 
Shell :: small size centos7 gui 
Shell :: leave azure ad cmd 
Shell :: rvm not function rvm use 
ADD CONTENT
Topic
Content
Source link
Name
4+2 =