FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
putty/be_ssh.c at master · github/putty · GitHub
This repository was archived by the owner on Oct 20, 2023. It is now read-only.
github
/
putty
Public archive
Notifications
You must be signed in to change notification settings
Fork
152
Star
342
Code
Pull requests
1
Actions
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Security and quality
Insights
Expand file tree
Breadcrumbs
putty
/
be_ssh.c
Copy path
More file actions
More file actions
Latest commit
History
History
History
16 lines (13 loc) · 391 Bytes
Breadcrumbs
putty
/
be_ssh.c
Copy path
File metadata and controls
16 lines (13 loc) · 391 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/*
* Linking module for programs that are restricted to only using
* SSH-type protocols (pscp and psftp). These still have a choice of
* two actual backends, because they can also speak PROT_SSHCONN.
*/
#include
<stdio.h>
#include
"putty.h"
const
int
be_default_protocol
=
PROT_SSH
;
const
struct
BackendVtable
*
const
backends
[]
=
{
&
ssh_backend
,
&
sshconn_backend
,
NULL
};
Back
|
FazBrowse Home
|
New Git URL