Skip to content

kingmold/ericnuno

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ericnuno

common_modules

Function Examples

pwait

Note

Function used to wait/sleep until given character(s) are returned in the Paramiko session command output string.

...
channel = ssh.invoke_shell()
# Send Paramiko command to session
channel.send('show running config')
# Wait for # character in returned command output
pwait('#', channel)

About

common_modules

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages