DMTCP
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Macros | Functions
ssh.h File Reference
#include <sys/syscall.h>
#include "ipc.h"

Go to the source code of this file.

Macros

#define SSH_H
 
#define _real_execve   NEXT_FNC(execve)
 
#define _real_execvp   NEXT_FNC(execvp)
 
#define _real_execvpe   NEXT_FNC(execvpe)
 
#define SSHD_BINARY   "dmtcp_sshd"
 
#define SSHD_RECEIVE_FD   100
 

Functions

void dmtcp_ssh_register_fds (int isSshd, int in, int out, int err, int sock, int noStrictHostKeyChecking) __attribute((weak))
 
void client_loop (int ssh_stdin, int ssh_stdout, int ssh_stderr, int remoteSock)
 

Macro Definition Documentation

#define _real_execve   NEXT_FNC(execve)

Definition at line 8 of file ssh.h.

#define _real_execvp   NEXT_FNC(execvp)

Definition at line 9 of file ssh.h.

#define _real_execvpe   NEXT_FNC(execvpe)

Definition at line 10 of file ssh.h.

#define SSH_H

Definition at line 3 of file ssh.h.

#define SSHD_BINARY   "dmtcp_sshd"

Definition at line 12 of file ssh.h.

#define SSHD_RECEIVE_FD   100

Definition at line 13 of file ssh.h.

Function Documentation

void client_loop ( int  ssh_stdin,
int  ssh_stdout,
int  ssh_stderr,
int  remoteSock 
)

Definition at line 127 of file util_ssh.cpp.

void dmtcp_ssh_register_fds ( int  isSshd,
int  in,
int  out,
int  err,
int  sock,
int  noStrictHostKeyChecking 
)

Definition at line 228 of file ssh.cpp.