Skip to content

Commit

Permalink
default values for crassh.connect()
Browse files Browse the repository at this point in the history
  • Loading branch information
linickx committed Feb 14, 2016
1 parent adab5c3 commit d8a319f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crassh.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def readauthfile(filepath):
return username, password

# Get Connect and get Hostname of Cisco Device
def connect(device, username, password, enable):
def connect(device = "127.0.0.1", username = "cisco", password = "cisco", enable = False, enable_password = "cisco"):

global remote_conn_pre, remote_conn

Expand Down

0 comments on commit d8a319f

Please sign in to comment.