Added session recording with https://github.com/kilobyte/termrec
This commit is contained in:
parent
4da77dcb10
commit
beff818f25
13 changed files with 291 additions and 25 deletions
|
@ -8,8 +8,7 @@ OBJ=$(sources:.c=.o)
|
|||
all: bastion
|
||||
|
||||
bastion: $(OBJ)
|
||||
#$(CC) ${DEBUG} -o bastion $(OBJ) -lssh -lutil -lpthread -lssh_threads
|
||||
$(CC) ${DEBUG} -o bastion $(OBJ) -lssh -lutil
|
||||
$(CC) ${DEBUG} -o bastion $(OBJ) -lssh -lutil -ltty
|
||||
|
||||
clean:
|
||||
$(RM) bastion *.[do] src/*.[do]
|
||||
|
|
Reference in a new issue