Search
 
SCRIPT & CODE EXAMPLE
 

SHELL

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 :: install docker on Amazon Linux 2 AMI 
Shell :: linux query port use by pid 
Shell :: certutil md5 windows 
Shell :: convert crt to pem 
Shell :: install atom ubuntu 18 
Shell :: how ro rename a foldre powershell 
Shell :: how to find current active yarn resource manager 
Shell :: access nodeport service from another machine in the same network 
Shell :: bash sort strings by frequency 
Shell :: desktop trigger click bash shell ubuntu 
Shell :: codepush break native images 
Shell :: install vivaldi on linux mint 
Shell :: how to check prime number in shell script 
Shell :: linux sed remove string in file 
Shell :: linux remove folder 
Shell :: resart network 
Shell :: install libssl1.0.0 ubuntu 20.04 
Shell :: get the latest file in a directory powershell 
Shell :: How do I select which GPU to run a job on? 
Shell :: how to find factor in linux cmd 
Shell :: how to uninstall android studio in ubuntu 20.04 using terminal 
Shell :: ubuntu activate venv 
Shell :: git shortcuts 
Shell :: set pin on mcp23017 using raspberry pi shell 
Shell :: powershell find in history 
Shell :: ews address already in use :::9000 
Shell :: pyinstaller no console 
Shell :: linux download file from url 
Shell :: ubuntu 20.04 install google cloud sdk 
Shell :: check jitsi ubuntu version 
ADD CONTENT
Topic
Content
Source link
Name
4+3 =