Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

github ssh test

 ssh -T git@github.com
Comment

test ssh connection for github

$ ssh -vT git@github.com
> ...
> debug1: identity file /Users/you/.ssh/id_rsa type -1
> debug1: identity file /Users/you/.ssh/id_rsa-cert type -1
> debug1: identity file /Users/you/.ssh/id_dsa type -1
> debug1: identity file /Users/you/.ssh/id_dsa-cert type -1
> ...
> debug1: Authentications that can continue: publickey
> debug1: Next authentication method: publickey
> debug1: Trying private key: /Users/you/.ssh/id_rsa
> debug1: Trying private key: /Users/you/.ssh/id_dsa
> debug1: No more authentication methods to try.
> Permission denied (publickey).
Comment

PREVIOUS NEXT
Code Example
Shell :: curl not found 
Shell :: pip install tqdm 
Shell :: docker stop all 
Shell :: npm ERR! Maximum call stack size exceeded ubuntu 
Shell :: how to install python on ubuntu pyenv 
Shell :: display nginx logs 
Shell :: install redis ubuntu 
Shell :: pip install flask_restful 
Shell :: install yarn global 
Shell :: uninstall cocoapods 
Shell :: how to get my ip address mac terminal 
Shell :: git remove file from repo that has been added to gitignore 
Shell :: widget tweaks django install 
Shell :: install cheese on ubuntu 
Shell :: how to see the remote url in git 
Shell :: git graph 
Shell :: is not digitally signed. You cannot run this script on the current system. 
Shell :: @mui/lab install 
Shell :: uninstall scikit learn 
Shell :: ubuntu composer uninstall 
Shell :: intall teams on ubuntu 
Shell :: git disable ssl cert 
Shell :: how to uninstall all extensions in vs code 
Shell :: remove nginx mac 
Shell :: how to install pip2 in kali linux 
Shell :: how to uninstall mongodb in ubuntu 
Shell :: install whatsapp in ubuntu 
Shell :: setting up yarn on my mac 
Shell :: upgrade version of node in windows 
Shell :: how change remote origin git 
ADD CONTENT
Topic
Content
Source link
Name
3+6 =