# HG changeset patch # User wenzelm # Date 1689325866 -7200 # Node ID f8a553a2142345ce2f34e20475333d7b43de998f # Parent 3b4bbc5b7c46a506df21f40414c93da30bcba93f tuned signature; diff -r 3b4bbc5b7c46 -r f8a553a21423 src/Pure/General/ssh.scala --- a/src/Pure/General/ssh.scala Fri Jul 14 09:32:44 2023 +0200 +++ b/src/Pure/General/ssh.scala Fri Jul 14 11:11:06 2023 +0200 @@ -317,7 +317,7 @@ /* port forwarding */ def port_forwarding( - remote_port: Int, + remote_port: Int = 0, remote_host: String = "localhost", local_port: Int = 0, local_host: String = "localhost",