I have an IP and guest_key
from a live linux server.
I am getting error when I try to ssh into the server or use push on it.
Every time I try, I get a Permission denied (publickey)
error i
I have tried to push my local Git app into production by ssh like below
git remote add production ssh://root@3******0/var/repo/site.git
how can I add my key to git bash line so that server gives me permission.
I am using windows and git bash for that.
root@**MyIpAdress**: Permission denied (publickey).
Can somebody help me with that: I mean can we directly ssh into live server or just by pushing by Git ?