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 :: materila ui 
Shell :: git pull only master branch 
Shell :: uninstall all pip packages 
Shell :: github setup local 
Shell :: set default editor bash 
Shell :: install kubernetes linux 
Shell :: how to setup path using git bash in windows 
Shell :: install pycharm ubuntu 
Shell :: create requirements file from project add them to poetry dependency 
Shell :: linux find directory and file 
Shell :: change default location screen mac 
Shell :: echo to add line to file 
Shell :: bash for 
Shell :: force-logout user linux 
Shell :: .gitignore everything except 
Shell :: see file from previous commit git 
Shell :: time command windows 
Shell :: how to init vue 
Shell :: eliminare spooler di stampa 
Shell :: permanent noh vim 
Shell :: git push 
Shell :: libsound2-dev missing 
Shell :: kazam or simplescreenrecord Recording the Black Screen in linux. 
Shell :: termbin command 
Shell :: edit git commit 
Shell :: linux exploit database search commad 
Shell :: Install ktlint in command line 
Shell :: python code in bash script 
Shell :: zsh-autosuggestions change key 
Shell :: how to extract doi from rtf file 
ADD CONTENT
Topic
Content
Source link
Name
2+5 =