Homelab, Linux, JS & ABAP (~˘▾˘)~
 

[CAP] SSH into application instance running on CF

# check if ssh is enabled
cf ssh-enabled myapp

# if it's not, enable it and restart app
cf enable-ssh myapp
cf restart myapp

# access with
cf ssh myapp

Leave a Reply

Your email address will not be published. Required fields are marked *