mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-07-11 20:50:02 +00:00
Merge pull request #33096 from jeffrson/master
Server property 'greeting' added
This commit is contained in:
2
types/ssh2/index.d.ts
vendored
2
types/ssh2/index.d.ts
vendored
@@ -729,6 +729,8 @@ export interface ServerConfig {
|
||||
/** Explicit overrides for the default transport layer algorithms used for the connection. */
|
||||
algorithms?: Algorithms;
|
||||
/** A message that is sent to clients immediately upon connection, before handshaking begins. */
|
||||
greeting?: string
|
||||
/** A message that is sent to clients once, right before authentication begins. */
|
||||
banner?: string;
|
||||
/** A custom server software name/version identifier. */
|
||||
ident?: string;
|
||||
|
||||
Reference in New Issue
Block a user