Y
Hacker News
new
|
ask
|
show
|
jobs
by
clort
3814 days ago
does this require a ssh server running on localhost?
1 comments
pmuk
3814 days ago
Yes, that command is connecting to an ssh server on localhost, but you could connect to any ssh server that you trust...
ssh -v -T git@github.com 2>&1 | grep -i 'roaming'
link